C-Accel-CRIPT / Python-SDK

CRIPT Python SDK
MIT License
10 stars 5 forks source link

Advanced pagination #433

Closed InnocentBug closed 8 months ago

InnocentBug commented 8 months ago

Description

Some advanced options that we can add to the paginator. Basically a way to limit the number of pages one paginator iterates, and a way to continue a search by skipping pages.

Changes

Known Issues

Skipping pages to continue is probably not a good idea, since there is no guarantee that this actually works. But I added that as a warning into the docs too.

Notes

Merge after #432

Checklist

trunk-io[bot] commented 8 months ago

🚫 This pull request was closed and has been removed from the merge queue (details).

InnocentBug commented 8 months ago

/trunk merge