issues
search
gofri
/
go-github-ratelimit
A GoLang HTTP RoundTripper that handles GitHub API secondary rate limits
MIT License
41
stars
13
forks
source link
fix: handle x-ratelimit-reset for secondary rate limit
#10
Closed
gofri
closed
1 year ago
gofri
commented
1 year ago
fixes #9 while at it, this PR also:
fixes typos in documentation
exports header keys as consts
makes Base (the base roundtripper) public
moves the testing into the github_ratelimit_test package -- making them clear close-box testing
fixes #9 while at it, this PR also: