plugin-throttling.js icon indicating copy to clipboard operation
plugin-throttling.js copied to clipboard

Document all `new Octokit({ throttle })` options

Open gr2m opened this issue 6 years ago • 2 comments

Add a section to the README for usage with GitHub Enterprise, too, as rate limit options are configurable in GHE

gr2m avatar May 13 '19 15:05 gr2m

@gr2m - any update for adding github Enterprise support?

stephen-dunn avatar Apr 13 '22 05:04 stephen-dunn

The documentation is very much lacking.

I changed from using onAbuseLimit to using onSecondaryRateLimit (https://github.com/useful-forks/useful-forks.github.io/commit/739eba52f9ba40d94e56218d43da75ebedcfe02d), but the doc leaves me wondering about so many things related to the return values and passed parameters of both onRateLimit and onSecondaryRateLimit...

payne911 avatar Nov 23 '22 04:11 payne911