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

Add Pagination to API #31

Closed FreakyNobleGas closed 9 months ago

FreakyNobleGas commented 9 months ago

We'll want to update the API to return a specific number of items per a request and be able to return a different set of data per page requested.

At minimum, we need to let the consumer pass the page number, but we can also allow the consumer to pass number of items as a parameter.