Slide 11
Slide 11 text
Rate Limits
› curl -I https://api.github.com/users/defunkt/repos
HTTP/1.1 200 OK
Server: GitHub.com
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 59
X-RateLimit-Reset: 1401815393
Unauthenticated: 60 requests per hour
Authenticated: 5,000 requests per hour