Open hackthetunnelsbot[bot] opened 1 year ago
Modify the GET /products endpoint to support pagination.
GET /products
The endpoint should support page and limit query parameters.
page
limit
The GET /products endpoint supports pagination as described above.
Description:
Modify the
GET /products
endpoint to support pagination.The endpoint should support
page
andlimit
query parameters.Acceptance Criteria:
The
GET /products
endpoint supports pagination as described above.