Liking cljdoc? Tell your friends :D

stripe-clojure.http.pagination.v2

V2 URL-based pagination implementation.

Stripe v2 API uses URL-based pagination with:

  • next_page_url: Full URL for the next page of results
  • previous_page_url: Full URL for the previous page of results

Unlike v1's cursor-based approach, v2 provides complete URLs for navigation.

V2 URL-based pagination implementation.

Stripe v2 API uses URL-based pagination with:
- next_page_url: Full URL for the next page of results
- previous_page_url: Full URL for the previous page of results

Unlike v1's cursor-based approach, v2 provides complete URLs for navigation.
raw docstring

create-paginatorclj

(create-paginator)

Creates a new V2 URL-based paginator.

Creates a new V2 URL-based paginator.
sourceraw docstring

next-page-urlclj

(next-page-url params)

Extracts the next page URL from pagination params, if present.

Extracts the next page URL from pagination params, if present.
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