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

Add pagination of results #23

Open
t-persson opened this issue Feb 5, 2020 · 0 comments
Open

Add pagination of results #23

t-persson opened this issue Feb 5, 2020 · 0 comments

Comments

@t-persson
Copy link
Collaborator

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.

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