- Fix dump for null-body requests.
- Configure credentials later in the flow.
Breaking change
- Move the code from the
alma
namespace into thealma_client
namespace. - Remove support for Python 3.6 and Python 3.7
- Fix
potential-fraud
method URLs (#27)
- Adds
include_child_accounts
andcustom_fields
params 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.