gofri / go-github-ratelimit

A GoLang HTTP RoundTripper that handles GitHub API secondary rate limits
MIT License
41 stars 13 forks source link

feat: support HTTP status code 429 (Too Many Requests) #21

Closed gofri closed 10 months ago

gofri commented 10 months ago

As per the updated GitHub API docs, GitHub may respond with a TooManyRequests (429) response for rate limits now. Let's support that before it starts popping in practice.