singer_sdk.pagination.SinglePagePaginator¶
- class singer_sdk.pagination.SinglePagePaginator[source]¶
- A paginator that works with single-page endpoints. - get_next(response)[source]¶
- Always return None to indicate pagination is complete after the first page. - Parameters:
- response (requests.Response) – API response object. 
- Return type:
- None