ultimate-comparisons / ultimate-comparison-framework

The base of all ultimate-comparisons. Follow the README and create your own ultimate comparison.
http://ultimate-comparisons.github.io/ultimate-comparison-framework/
MIT License
16 stars 7 forks source link

Rate Limit for GitHub #103

Closed hueneburg closed 7 years ago

hueneburg commented 7 years ago

When pulling information from GitHub it is possible to hit a rate limit. This is signified with following error:

GET https://api.github.com/repos/ultimate-comparisons/ultimate-comparison-BASE/commits 403 (Forbidden)
"{
 "message": "API rate limit exceeded for 129.69.213.210. (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"
}"

caused by #39

koppor commented 7 years ago

Using an OAuth token solves that.