-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support paginated job listings #677
Comments
Here's a list of things that can be paginated for your convenience:
As the approach is similar for all endpoints except logs (and somewhat collection items), I directly implemented it for all endpoints in the JS client for example. |
with 76bac3b I already added the |
I see you decided to default to null, too. I thought it would be better so set a specific value, but it would be somewhat breaking so had to go for null before the JS client will go toward 3.0.0... |
yes, I just went for default null to keep the existing behavior for now (and to have tests that document the existing behavior). |
Pagination of job listings is becoming an important requirement to avoid performance issues due to users with hundreds/thousands of jobs. As noted in Open-EO/openeo-api#550, paginated is client-driven, so this needs handling in python client too.
related issues
The text was updated successfully, but these errors were encountered: