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
When using pagination can we return extra data like total_pages, previous_page_no?
For example for 100 records and for pagination value to 25
for requesting 25th to 50th record, response can be data along with:
total_pages = 4 current_page = 2
The text was updated successfully, but these errors were encountered:
Fixing issues awtkns#153 & awtkns#138
d7dea82
1d30a96
No branches or pull requests
When using pagination can we return extra data like total_pages, previous_page_no?
For example for 100 records and for pagination value to 25
for requesting 25th to 50th record, response can be data along with:
total_pages = 4
current_page = 2
The text was updated successfully, but these errors were encountered: