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

Fixing List::get_all #194

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Fixing List::get_all #194

wants to merge 9 commits into from

Conversation

phayes
Copy link
Contributor

@phayes phayes commented Aug 31, 2021

This fixed #193, where get_all() ignores query parameters if there are more results than can fit in the first "page" of result sets.

This only fixes it for blocking and has no effect for async. This is OK since get_all() is not implemented for async. I've added TODOs for the relevant code for async.

Edit: This is now done for async as well

@seanpianka seanpianka added the bug Something isn't working label Sep 11, 2021
@phayes
Copy link
Contributor Author

phayes commented Oct 22, 2021

This is now fixed for async as well.

@phayes
Copy link
Contributor Author

phayes commented Oct 28, 2021

This PR has been rebased and is ready for merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List::get_all() ignores query parameters
2 participants