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
Consider enabling paging by index only.
Most UI use simple paging, which is index paging.
Though this would not take advantage of our current cursor approach, it would be the simplest to implement.
http://server/api/entity?$page=2
This would not require any additional configuration change.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proposal
Consider enabling paging by index only.
Why?
Most UI use simple paging, which is index paging.
Though this would not take advantage of our current cursor approach, it would be the simplest to implement.
Sample syntax
http://server/api/entity?$page=2
Configuration
This would not require any additional configuration change.
Other details
The text was updated successfully, but these errors were encountered: