feat(api): add pagination support #27

Closed
opened 2025-07-28 09:16:30 +00:00 by chartgerink · 0 comments
Owner

Currently, routes that return can return many results are one big API call. This is not performant nor desired.

Introducing generic pagination support that can be reused across routes such as /api/users and /api/institutions will help provide a more scalable service.

Currently, routes that return can return many results are one big API call. This is not performant nor desired. Introducing generic pagination support that can be reused across routes such as `/api/users` and `/api/institutions` will help provide a more scalable service.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: libscie/researchequals-api#27
No description provided.