kgiszewski / UmbracoBookshelf

14 stars 10 forks source link

GitHub API is not authenticating #10

Open kgiszewski opened 9 years ago

kgiszewski commented 9 years ago

screen shot 2015-04-10 at 4 36 33 pm

kgiszewski commented 9 years ago

Actual error message:

{
  "message": "API rate limit exceeded for x.x.x.x. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
  "documentation_url": "https://developer.github.com/v3/#rate-limiting"
}

Not sure how to handle this. Create an account for the sole purpose of authenticating?

kgiszewski commented 9 years ago

Ideally we can create a resource on a webserver that grabs the feed once from GitHub/day and serves it from there.

kgiszewski commented 9 years ago

I think I'm gonna integrate this into an actual site so we don't hit rate limits.