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

Handle ranges in large lists requests #1

Open
PierreKieffer opened this issue Apr 27, 2021 · 0 comments
Open

Handle ranges in large lists requests #1

PierreKieffer opened this issue Apr 27, 2021 · 0 comments

Comments

@PierreKieffer
Copy link
Owner

ERROR : GetApps : status code 206

List requests will return a Content-Range header indicating the range of values returned. Large lists may require additional requests to retrieve. If a list response has been truncated you will receive a 206 Partial Content status and the Next-Range header set. To retrieve the next range, repeat the request with the Range header set to the value of the previous request’s Next-Range header.

https://devcenter.heroku.com/articles/platform-api-reference#ranges

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