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

Backwards pagination is broke #17

Open
mgeisler opened this issue Jun 25, 2014 · 0 comments
Open

Backwards pagination is broke #17

mgeisler opened this issue Jun 25, 2014 · 0 comments
Labels

Comments

@mgeisler
Copy link
Owner

The current code uses requests of the form

GET .../container?limit=6&end_marker=foo

in an attempt to retrieve the six objects before foo. Unfortunately, this doesn't work: when the limit is applies to the results, the first six objects are returned, not the last six. See this blueprint.

@mgeisler mgeisler added the bug label Jul 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant