This repository was archived by the owner on Oct 10, 2022. It is now read-only.
This repository was archived by the owner on Oct 10, 2022. It is now read-only.
Support pagination #39
Closed
Description
We need to support pagination on calls.
- I belive we can use the algorith in https://github.com/netlify/micro-api-client/blob/master/src/pagination.js almost directly. This will change the shape of the client though, so BREAKING CHANGE
- We also need to add the
page
andperPage
parameters to each endpoint that supports it in https://github.com/netlify/open-api