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
Pagination is not supported in the current version but we still limit the results at 100, I think. Or we just return everything, which is just as bad.
Faster queries, less cpu usage (and no loss of data if we do have a limit of 100)
Smaller requests and faster response times.
Harder on the clients consuming the API.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Pagination is not supported in the current version but we still limit the results at 100, I think.
Or we just return everything, which is just as bad.
Motivation
Faster queries, less cpu usage (and no loss of data if we do have a limit of 100)
Exemplification
Smaller requests and faster response times.
Benefits
Smaller requests and faster response times.
Possible Drawbacks
Harder on the clients consuming the API.
The text was updated successfully, but these errors were encountered: