Skip to content

Implement Pagination #235

@Manvityagi

Description

@Manvityagi
  • 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
image

Current Behavior:

All the results are shown. There is no pagination.

Solution:

The GET API can take 2 query params - page and limit. Make use of them while calling APIs and retrieving results. Default value is page=1 and limit = 10.

API Documentation

Metadata

Metadata

Labels

GSSOC21GSSOC participantsLEVEL3This issue is little harder

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions