Open
Description
Epic for all things pagination
So far, pagination support has been absent (or somewhat and afterthought) in the design of openeo-python-driver. We already started working on pagination support for job listings to battle some operational challenges, but there is still more to cover, hence this epic.
as a reference, these are openEO endpoints and things that can be paginated (from Open-EO/openeo-python-client#677 (comment)):
GET /collections
GET /processes
GET /jobs
GET /process_graph
GET /files
GET /services
- Logs (Services and Jobs)
- Collection Items (if implemented)