Skip to content
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

python client wrapper based on generator #38

Closed
Tracked by #4110
pcrespov opened this issue Jun 12, 2023 · 1 comment
Closed
Tracked by #4110

python client wrapper based on generator #38

pcrespov opened this issue Jun 12, 2023 · 1 comment
Assignees
Milestone

Comments

@pcrespov
Copy link
Member

pcrespov commented Jun 12, 2023

When API exposes job pagination, I would like to have a compatible client function JobsAPI.list_jobs that includes pagination parameters (defaulted to compatible values) and an extra function that JobsAPi.iter_jobs to seamlessly iterate all jobs as with https://github.com/ITISFoundation/osparc-simcore/blob/master/packages/pytest-simcore/src/pytest_simcore/helpers/utils_docker_registry.py#LL48C5-L66C74

@bisgaard-itis
Copy link
Collaborator

bisgaard-itis commented Aug 10, 2023

@pcrespov I consider this issue done, so I close it for the review, so it is clear the pagination has been implemented. I leave this comment in case you have further remarks/thought on what needs to happen. Please let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants