We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to disable pagination?
Currently it's impossible to get, for example, all users on a single call.
The text was updated successfully, but these errors were encountered:
@nfp0 it's not possible to disable the pagination but you can use limit param to get all users: https://dummyjson.com/users?limit=100
limit
Sorry, something went wrong.
@Ovi The problem with the limit param is that it assumes the API will always have a fixed number of users.
A param such as limit=0 or limit=max, would be welcomed.
limit=0
limit=max
That's a good idea @nfp0!
Thank you!
ed035e0
No branches or pull requests
Is it possible to disable pagination?
Currently it's impossible to get, for example, all users on a single call.
The text was updated successfully, but these errors were encountered: