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

Store intermediate responses in req_paginate() #298

Closed
mgirlich opened this issue Sep 1, 2023 · 0 comments · Fixed by #353
Closed

Store intermediate responses in req_paginate() #298

mgirlich opened this issue Sep 1, 2023 · 0 comments · Fixed by #353
Labels
feature a feature request or enhancement
Milestone

Comments

@mgirlich
Copy link
Collaborator

mgirlich commented Sep 1, 2023

E.g. after an error or after user interrupt

@hadley hadley added the feature a feature request or enhancement label Sep 28, 2023
@hadley hadley added this to the v0.3.0 milestone Sep 28, 2023
hadley added a commit that referenced this issue Oct 23, 2023
A first pass. Fixes #341. Fixes #298.
hadley added a commit that referenced this issue Oct 25, 2023
New `req_perform_iteratively()` takes the callback and returns a list of responses. Paired with `iterate_with_offset()` and friends to do the iteration, and `resps_combine()` and friends to work with the results.

Fixes #341. Fixes #298.

Co-authored-by: Maximilian Girlich <maximilian.girlich@metoda.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants