Skip to content

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