Open Nemesis-AS opened 2 months ago
The application would need to work with a large number of bookmarks and tags. Hence, pagination is necessary for the following routes:
GET /bookmarks
GET /bookmarks/tag/{tag}
GET /tags
Pagination has been added for routes 1. and 3. in 3c305032799505e44da6b1364c1621264e8bbc15
As for route 2, pagination is difficult since the filtering is happening after DB retrieval
The application would need to work with a large number of bookmarks and tags. Hence, pagination is necessary for the following routes:
GET /bookmarks
GET /bookmarks/tag/{tag}
GET /tags