-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
Description
Description
The goal is to standardize list APIs. Choose cursor-based or offset-based pagination and apply to subscriptions, creators, and posts list endpoints. Use consistent query params (e.g. limit, cursor or offset) and response shape (next_cursor or total).
Tasks
- Define standard params and response shape
- Implement cursor or offset in subscriptions list
- Implement in creators list
- Implement in posts list
- Add tests for empty, one page, next page
Acceptance Criteria
- All list endpoints use same pagination pattern
- Clients can page through all results
- Tests pass
Reactions are currently unavailable