zalando / restful-api-guidelines

A model set of guidelines for RESTful APIs and Events, created by Zalando
https://opensource.zalando.com/restful-api-guidelines/
Creative Commons Attribution 4.0 International
2.61k stars 384 forks source link

Cursor-based pagination with custom sorting capabilities #814

Open vadimturkov opened 2 months ago

vadimturkov commented 2 months ago

The best practices section Cursor-based pagination in RESTful APIs needs to be extended with more complex cases explanation and appropriate links covering the cursor-pagination implementation with custom ordering capabilities.