cscheid / rgithub

R bindings for the github API
MIT License
70 stars 31 forks source link

Alternative access mechanism #55

Closed hadley closed 9 years ago

hadley commented 9 years ago

Using personal access token instead of oauth. devtools uses env var GITHUB_PAT

cscheid commented 9 years ago

It's already supported, but not by default:

create.github.context(personal.token = "THIS_IS_YOUR_PERSONAL_TOKEN")

Are you suggesting that rgithub should pick up on that env var by default?

hadley commented 9 years ago

Yes.