github-gem
github-gem copied to clipboard
APIV3 switch
Nothing that involves the use of the Authentication Token works anymore for the new users.
https://github.com/blog/1090-github-api-moving-on
Like stated here we need to switch over the v3 API using OAuth methods.
Great sigh
Cheers Nic
Dr Nic Williams - VP Engineering Engine Yard The Leading Platform as a Service Mobile: +1 415 860 2185 Skype: nicwilliams Twitter: @drnic
On Tuesday, April 17, 2012 at 3:02 PM, Andrea Brancaleoni wrote:
Nothing that involves the use of the Authentication Token works anymore for the new users.
https://github.com/blog/1090-github-api-moving-on
Like stated here we need to switch over the v3 API using OAuth methods.
Reply to this email directly or view it on GitHub: https://github.com/defunkt/github-gem/issues/84
Yeah, the gem is quite confusing now, because it directs the user to get a token from a page that no longer has a token on it.
As a starter, I modified the code to send in OAuth header and not token at https://github.com/kohsuke/github-gem/commit/188b22627c248b433dc2b4ea343fbb6c59f7c976
Various code is still making V2 API call, so this is just one step toward the V3 API migration.
Am I assuming correctly that "hub" is taking over here?
A lot of places still call this "official". Kinda confusing as this project looks dormant...