- Added account_selection parameter for POST /api/v2/requisitions
- Update base URL form ob.gocardless.com to bankaccountdata.gocardless.com
- Update URLs to represent GoCardless
- Add the response in the response kwargs when instantiating the
HTTPError
- Add Premium endpoints
- Add default base url
- Update types
- Add default timeout for requests, allow it to be changed
- Make country argument optional for
get_institutions
method to allow getting all institutions at once
- Add date_filter for transaction endpoint
- Set client token property on token exchange
- Update documentation
- Fix token setter
- Move
python-dotenv
to dev dependencies
- Initial release