Skip to content

Add a docs/pagination.md guide explaining pagination across all endpoints #442

Description

@Sulex45

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions