Liking cljdoc? Tell your friends :D
Clojure only.

stripe-clojure.http.pagination.v1

V1 cursor-based pagination implementation.

Stripe v1 API uses cursor-based pagination with:

  • has_more: Boolean indicating if more results exist
  • starting_after: ID of the last object to paginate after
  • ending_before: ID of the first object to paginate before (reverse)
V1 cursor-based pagination implementation.

Stripe v1 API uses cursor-based pagination with:
- has_more: Boolean indicating if more results exist
- starting_after: ID of the last object to paginate after
- ending_before: ID of the first object to paginate before (reverse)
raw docstring

create-paginatorclj

(create-paginator)

Creates a new V1 cursor-based paginator.

Creates a new V1 cursor-based paginator.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close