openedx / repo-tools

Tools for repo maintenance, etc.
Apache License 2.0
30 stars 39 forks source link

refactor: a helper for paged results #459

Closed nedbat closed 9 months ago

nedbat commented 9 months ago

"When using a paged API endpoint, I want an iterable of pages" -- No one ever.

This helper lets us focus on the things we care about: the items we are asking for.