symphony.bdk.core.service.pagination#

This module takes care of creating generators from paginated endpoints, so that user do not have to care about making several calls to the same endpoint with the correct pagination values.

Functions

cursor_based_pagination(func[, chunk_size, ...])

Creates an asynchronous generator from a cursor based endpoint.

offset_based_pagination(func[, chunk_size, ...])

Creates an asynchronous generator from a paginated endpoint.