contentful-labs / contentful.py

This project is unofficial and currently unsupported, the official SDK can be found here: https://github.com/contentful/contentful.py
Apache License 2.0
18 stars 6 forks source link

Result Set Pagination #17

Open apires opened 7 years ago

apires commented 7 years ago

Hello, is there a way to do some result set pagination? Right now I get 100 entries back, but I have 2945 entries to be returned. Looked around a bit but I couldn't find a way to have the iterator run through the whole list. Did I miss that?