singer_sdk.streams.rest.PageContext¶
- class singer_sdk.streams.rest.PageContext[source]¶
Per-page context passed to
get_http_request().Bundles the stream partition context and the current pagination token so that
get_http_request()has everything it needs to build one HTTP request without accessing the paginator directly.Added in version NEXT_VERSION.