gocardless-legacy-python
gocardless-legacy-python copied to clipboard
The Python client library for the GoCardless API
This pull request adds a charge_customer_at parameter to `Client.create_bill`. It also allows the Resource object to parse date objects automatically, just like it currently does for datetime objects.
Should also be added to documentation.
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...