github-gem icon indicating copy to clipboard operation
github-gem copied to clipboard

APIV3 switch

Open thypon opened this issue 12 years ago • 5 comments

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.

thypon avatar Apr 17 '12 22:04 thypon

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

drnic avatar Apr 18 '12 04:04 drnic

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.

rsofaer avatar Apr 28 '12 20:04 rsofaer

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.

kohsuke avatar Jun 22 '12 00:06 kohsuke

Am I assuming correctly that "hub" is taking over here?

froschi avatar Aug 11 '12 19:08 froschi

A lot of places still call this "official". Kinda confusing as this project looks dormant...

wamatt avatar Sep 02 '12 16:09 wamatt