singer_sdk.pagination.JSONPathPaginator¶
- class singer_sdk.pagination.JSONPathPaginator[source]¶
Paginator class for APIs returning a pagination token in the response body.
- get_next(response)[source]¶
Get the next page token.
- Parameters:
response (requests.Response) – API response object.
- Returns:
The next page token.
- Return type:
str | None