Skip to content

Separate skip from limit #170

@groenroos

Description

@groenroos

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

Metadata

Metadata

Assignees

Labels

enhancementImprovements to existing features and functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions