etlplus.api.pagination
etlplus.api.pagination package.
Pagination configuration and runtime helpers for REST API responses.
This package groups configuration shapes, paginator utilities, and a client-facing driver for traversing page-, offset-, and cursor-based JSON responses.
Notes
- Pagination defaults are centralized on
EndpointClient(page, per_page,cursor,limit; start page1; page size100).
- Pagination defaults are centralized on
- Prefer
JSONRecords(list ofJSONDict) for paginated responses; scalar/record aliases are exported for convenience.
- Prefer
- The underlying
Paginatoris exported for advanced scenarios that need to stream pages manually.
- The underlying
Classes
|
Drive |
|
REST API endpoint response pagination manager. |
|
Configuration container for API request pagination settings. |
|
Enumeration of supported pagination types for REST API responses. |
|
Configuration mapping for cursor-based REST API response pagination. |
|
Configuration mapping for page-based and offset-based REST API pagination. |