GitHub.jl
GitHub.jl copied to clipboard
Create auth token
trafficstars
It would be useful to be able to create auth tokens (and potentially cache them) through this package.
Julia base has some code to do that here: https://github.com/JuliaLang/julia/blob/master/base/pkg/github.jl#L48
Very good point
This is as simple as github_token = PkgDev.GitHub.token()
This still would be nice! Though, endpoints will probably change due to GitHub @bramtayl this looks like the wrong way around 🤔
I'll believe you, haven't looked at this in a while