friends-of-hugo / contentful-export

Extract Contentful to Hugo
MIT License
23 stars 8 forks source link

Pagination for content items is missing #1

Closed adriaandejonge closed 7 years ago

adriaandejonge commented 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.

adriaandejonge commented 7 years ago

Added basic pagination. Leaving the hardcoded limit intact for now - that can be fixed in #5