-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementImprovements to existing features and functionalityImprovements to existing features and functionality
Milestone
Description
Currently, the limit query string var allows defining two CSV values, with one used as a skip value for pagination;
GET /data/posts?limit=20,10
This doesn't feel very readable; i.e. it's not obvious which one is the limit and which one is skip. Refactor these into separate values:
GET /data/posts?limit=10&skip=20
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementImprovements to existing features and functionalityImprovements to existing features and functionality