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

gh.repo#languages returns a 401 for public repos

Open jamesarosen opened this issue 13 years ago • 0 comments

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.

jamesarosen avatar Feb 29 '12 04:02 jamesarosen