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

Javascript bindings for the Github API.

Results 4 github-api issues
Sort by recently updated
recently updated
newest added

Simple couple liners to add that api function.

Hi, since github api v2 is deprecated, this library doesn't work anymore. Any chance to fix this for v3?

Would LOVE to see this project support the latest v3 API. http://developer.github.com/v3/

Import the github-api code into a page and then run ``` javascript gh.repo('jamesarosen', 'Timecop.js').languages(function() { console.log(arguments); }) ``` This results in a 401 even though that information is public.