- Fix dump for null-body requests.
- Configure credentials later in the flow.
Breaking change
- Move the code from the
almanamespace into thealma_clientnamespace. - Remove support for Python 3.6 and Python 3.7
- Fix
potential-fraudmethod URLs (#27)
- Adds
include_child_accountsandcustom_fieldsparams to the DataExport creation endpoint
Breaking changes
- Move from requests to HTTPX
- Handle both sync and async python clients
- Remove support for Python 3.5
- Add support for Python 3.9
- Add support for different authentication methods
- Add Black & isort checks on pull requests
- Add support for Python 3.5+
- Automatically detects the API mode from the api_key.
- Create a Python client for Alma
- Handle Order entity for Payment
- Handle the refund endpoint
- Handle pagination for orders
- Handle the send-sms API for payments.