gocardless-legacy-python
gocardless-legacy-python copied to clipboard
Add support for pagination in the API
The GoCardless API now supports pagination (https://gocardless.com/docs/api_guide#pagination).
We should support this in the Python library, most simply by allowing you to pass a dictionary into the API calling methods with attributes like per_page
and page
.