Hack-The-Tunnels-8 / hack-the-tunnels-Your-Local-Vegetables

0 stars 0 forks source link

Add Pagination To Products Endpoint #20

Open hackthetunnelsbot[bot] opened 12 months ago

hackthetunnelsbot[bot] commented 12 months ago

Description:

Modify the GET /products endpoint to support pagination.

The endpoint should support page and limit query parameters.

Acceptance Criteria:

The GET /products endpoint supports pagination as described above.