Closes #11
This branch will add pagination for filters
Note that it also improves queries to get developers and publishers, which were the ones that make it so slow to get all filters.
Some basic instructions:
Add the pageNumber query param to the GET /games/filters/:type request to indicate which page you want. Response will return chunks of 500 elements.
Closes #11 This branch will add pagination for filters
Note that it also improves queries to get developers and publishers, which were the ones that make it so slow to get all filters.
Some basic instructions: Add the
pageNumber
query param to theGET /games/filters/:type
request to indicate which page you want. Response will return chunks of 500 elements.