-
Notifications
You must be signed in to change notification settings - Fork 88
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
Implement Pagination #235
Comments
@Manvityagi I would like to work on this Plz assign |
@Manvityagi Is this issue still open? If yes then I would like to work on this! |
Issues are assigned on FCFS basis, so I'm assigning this issue to @ritik307 |
@Vishal1003 It has been assigned to you. |
@Manvityagi if this issue becomes available in future, I would like to work on it. |
@Vishal1003 Please respond if you're working on this issue, otherwise I'll have to unassign you from this issue. |
@vaishali614 I'm really sorry. I won't be able to work on this issue as of now. |
Awesome @akshitakanojia. I have assigned to you, Feel free to comment here if you face any difficulties in implementation. |
@Manvityagi is it possible to get total number of pages as well in the api response, as it will be required to show the page numbers. Otherwise I can show only prev current next. |
Hey, yeah. We can do that. |
okay I'll create. |
I checked to make sure that this issue has not already been filed.
I'm reporting the issue to the correct repository (for multi-repository projects) (optional)
Expected Behavior:
Users should be able to move from one page to another
Current Behavior:
All the results are shown. There is no pagination.
Solution:
The GET API can take 2 query params -
page
andlimit
. Make use of them while calling APIs and retrieving results. Default value is page=1 and limit = 10.API Documentation
The text was updated successfully, but these errors were encountered: