The Alanube API changelog announces improvements to the documentation and a unified error response format.
This issue tracks the review of alanube-python to ensure it complies with these changes and continues to behave correctly.
Scope:
- Verify that all API error responses handled by the library match the new unified error format.
- Check that error parsing, exceptions, and messages are consistent across endpoints.
- Validate that recent documentation changes do not introduce breaking changes for current implementations.
- Add or update tests covering the standardized error responses, if missing.
Reference:
Acceptance criteria:
- No regressions in existing functionality.
- Errors are parsed and exposed consistently.
- Tests pass and cover the updated behavior.