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