github-api
github-api copied to clipboard
Javascript bindings for the Github API.
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.