fastai / ghapi

A delightful and complete interface to GitHub's amazing API
https://ghapi.fast.ai/
Apache License 2.0
527 stars 57 forks source link

ghapi.page.paged does not respect last_page #111

Open Ark-kun opened 2 years ago

Ark-kun commented 2 years ago

In the same page module there is the last_page function that returns the last page number, but the paged function does not use it and tries to fetch 9999 pages. (Without an throttling or rate limiting....)