elytra_client/tests
claudi aa7db1a3ab Add mixins for various Lobster REST API client functionalities
- Implement JobsMixin for job-related operations including job overview, execution, and control.
- Implement MediaMixin for media management, including creation, updating, and file uploads.
- Implement ProductGroupsMixin for handling product groups, including bulk operations and hierarchy retrieval.
- Implement ProductsMixin for product management, including bulk creation and updates.
- Implement ProtocolsMixin for protocol-related operations, including retrieval by job ID and category.
- Implement TextMixin for managing text entries, including bulk operations.
- Implement TreeGroupsMixin for tree group management, including bulk operations and hierarchy retrieval.
2026-03-24 16:12:58 +01:00
..
__init__.py Add initial project structure and tests for Elytra PIM Client 2026-02-20 09:08:43 +01:00
test_client.py Add mixins for various Lobster REST API client functionalities 2026-03-24 16:12:58 +01:00
test_rest_api.py fix: Update parameter names in examples and tests for consistency with API specification 2026-02-20 10:38:06 +01:00
test_webhooks.py feat: Implement webhook retry logic and server examples 2026-02-20 10:08:07 +01:00