Motivation
Requests that return more than about 100 records fail because of rate limiting by github; in my case I am expecting about 300 lines, which is not a huge amount and not abusive or unreasonable, but it fails because the pagination calls are rate limited.
Proposal
Add an command line flag giving a pause to make before successive API calls, or rate limit automatically, e.g. by waiting a minute or two and then retrying after a failed call.
Motivation
Requests that return more than about 100 records fail because of rate limiting by github; in my case I am expecting about 300 lines, which is not a huge amount and not abusive or unreasonable, but it fails because the pagination calls are rate limited.
Proposal
Add an command line flag giving a pause to make before successive API calls, or rate limit automatically, e.g. by waiting a minute or two and then retrying after a failed call.