API Pagination

Use when designing or implementing pagination for a REST or HTTP API. Applies when the user asks for "page numbers", "cursor pagination", "infinite scroll", "load more", or "next/prev links". Do not use for GraphQL pagination (use a GraphQL-specific skill), batch exports, or single-shot endpoints that fit under the response size limit.

Mine-FNL Updated

File contents

Mine-FNL/skillmd-lint/tree/main/examples/api-pagination commit c878d19202

Frequently asked questions

npx skillmds@latest add mine-fnl/api-pagination