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

Pagination does not work with caching #69

Closed
mikehale opened this issue Dec 7, 2015 · 1 comment
Closed

Pagination does not work with caching #69

mikehale opened this issue Dec 7, 2015 · 1 comment

Comments

@mikehale
Copy link

mikehale commented Dec 7, 2015

The client is caching the first page of responses only. So the first API call returns a full set of results, whereas subsequent calls return only partial results. Turning off caching fixes the issue.

Ref: heroku/platform-api#16

@mikehale
Copy link
Author

mikehale commented Dec 7, 2015

This is particularly apparent (for me) when hitting /addons. The first request returns 745 results, subsequent requests return only 200 results.

afn pushed a commit to amitree/heroics that referenced this issue Jan 8, 2016
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

1 participant