Several endpoints support limit and cursor based pagination but there is no single reference explaining how cursor-based pagination works in StellarKit, what the cursor value represents, how to fetch the next page, and what happens when there are no more pages. Write a docs/pagination.md guide covering all of this with a step-by-step example showing how to paginate through all payments for an account.
Acceptance Criteria: docs/pagination.md explains cursor-based pagination, the limit and cursor params, how to detect the last page, and includes a complete step-by-step example. Linked from docs/api-design.md and the README.
Several endpoints support limit and cursor based pagination but there is no single reference explaining how cursor-based pagination works in StellarKit, what the cursor value represents, how to fetch the next page, and what happens when there are no more pages. Write a docs/pagination.md guide covering all of this with a step-by-step example showing how to paginate through all payments for an account.
Acceptance Criteria: docs/pagination.md explains cursor-based pagination, the limit and cursor params, how to detect the last page, and includes a complete step-by-step example. Linked from docs/api-design.md and the README.