AndersDJohnson / fetch-paginate

Get multiple pages from paginated APIs with fetch.
https://andersdjohnson.github.io/fetch-paginate/
MIT License
26 stars 4 forks source link
hacktoberfest

fetch-paginate

Get multiple pages of results from paginated APIs with fetch.

:book: Read the docs!

Fetches multiple pages from paginated APIs with fetch (using either Link headers like GitHub, or with page or offset & limit query parameters).

Also use to search a paginated API until you find your item (see Async Iterators or until option).