Pagination
A pattern for dividing large datasets into discrete pages, using cursor-based or offset-based approaches to efficiently retrieve subsets of data.
Связанные протоколы
Упоминается в руководствах
API Pagination Patterns: Offset, Cursor, and Keyset
API Design & Best Practices
API Versioning Strategies: URI, Header, and Query
API Design & Best Practices
HATEOAS and Hypermedia APIs: Beyond REST
API Design & Best Practices
API Versioning Through the Gateway: URI, Header, and Media Type
API Gateway Patterns