- Nothing unreleased
- Adds an enterprise allocation cancellation method
- Adds optional arg to create_enterprise_allocation() to either raise (current/default behavior), or not raise and fall through to returning the response. This will allow callers to do things with the response payload in error conditions.
- Add org_id` as an optional enterprise allocation param
- Return allocation response objects
- Include payload in error message
- Catch a requests.HTTPError, not an urllib.error.HTTPError.
- Added new field for data_share_consent in enterprise_allocations
- Add enterprise_allocations endpoint functionality to client
- First release on PyPI.