GochoMugo / issue-explorer

Explore Github issues from your terminal
MIT License
4 stars 0 forks source link

allow authenticated requests #6

Closed GochoMugo closed 9 years ago

GochoMugo commented 9 years ago

For requests using Basic Authentication or OAuth, you can make up to 5,000 requests per hour. For unauthenticated requests, the rate limit allows you to make up to 60 requests per hour. Unauthenticated requests are associated with your IP address, and not the user making requests.

https://developer.github.com/v3/#rate-limiting

We better allow authenticated requests, considering user may be browsing many issues.

GochoMugo commented 9 years ago

ADDED IN v0.2.0