Closed adriaandejonge closed 7 years ago
Currently, the tool only gets the first 200 items from the REST API. If there'd be more than 200 items, part of the content would be missing.
To solve this, make use of the pagination that the Contentful API supports.
The tool should be capable of handling 10,000 items that come with the free plan.
Added basic pagination. Leaving the hardcoded limit intact for now - that can be fixed in #5
Currently, the tool only gets the first 200 items from the REST API. If there'd be more than 200 items, part of the content would be missing.
To solve this, make use of the pagination that the Contentful API supports.
The tool should be capable of handling 10,000 items that come with the free plan.