-
Notifications
You must be signed in to change notification settings - Fork 0
pagination #10
Copy link
Copy link
Open
Labels
apibugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
apibugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
The API endpoints for listing all currently return EVERYTHING.
Add pagination (page size, offset) to avoid potential memory issues (both in the Go application and on the client) and huge responses.
Include some max page size that is enforced on the backend.