Pierre Donat-Bouillud
Pierre Donat-Bouillud
I am now using version 0.6.4 and it works flawlessly.
There is actually specific rate limits for search: https://docs.github.com/en/rest/search?apiVersion=2022-11-28#about-search
It seems that `ratelimit` endpoint just shows the primary rate limits, not the secondary ones (and I don't think Github provides any more information than the `x-ratelimit` about the secondary...
@XAMPPRocky > I actually forgot that someone did implement this already but I haven't accept the PR sweat_smile > > #310 Yes, I actually saw it and had found a...
@jrozner > I have some code that I wrote that used this API and simply added increasing wait times up until 1 minute in between page requests and was never...