Wolfinbarger / game-recommender

A full-stack web app that helps you discover awesome games to play with your friends or solo.
0 stars 0 forks source link

Issue 31: Add Pagination to API and Removed Fake Dataset #33

Closed FreakyNobleGas closed 9 months ago

FreakyNobleGas commented 9 months ago

Resolves issue #31.

Added pagination to our GET /api/games endpoint. This endpoint now requires the 'page' query parameter. Additionally, page_number and num_of_objects is part of the response.

Examples with responses:

http://127.0.0.1:8000/api/games?page=3

image

http://127.0.0.1:8000/api/games?pae=3 (page is misspelled)

image