gocardless-legacy-python icon indicating copy to clipboard operation
gocardless-legacy-python copied to clipboard

Add support for pagination in the API

Open timrogers opened this issue 11 years ago • 0 comments

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.

timrogers avatar May 24 '13 10:05 timrogers