GitHub.jl icon indicating copy to clipboard operation
GitHub.jl copied to clipboard

Create auth token

Open aviks opened this issue 11 years ago • 4 comments
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

aviks avatar Mar 10 '14 11:03 aviks

Very good point

WestleyArgentum avatar Mar 10 '14 16:03 WestleyArgentum

This is as simple as github_token = PkgDev.GitHub.token()

bramtayl avatar Apr 18 '17 22:04 bramtayl

This still would be nice! Though, endpoints will probably change due to GitHub @bramtayl this looks like the wrong way around 🤔

rapus95 avatar Mar 05 '20 13:03 rapus95

I'll believe you, haven't looked at this in a while

bramtayl avatar Mar 05 '20 14:03 bramtayl