elytra_client/examples
claudi 8d4fcc7d11 Implement Lobster PIM Legacy REST API client with authentication, job control, and protocol access
- Added `rest_api` module with client and authentication classes.
- Implemented `LobsterRestApiClient` for interacting with the REST API.
- Created models for job and protocol responses using Pydantic.
- Developed examples demonstrating basic usage, API token authentication, job execution, and error handling.
- Added unit tests for authentication and client methods, including error handling scenarios.
2026-02-20 10:35:34 +01:00
..
__init__.py Add initial project structure and tests for Elytra PIM Client 2026-02-20 09:08:43 +01:00
basic_usage.py Add initial project structure and tests for Elytra PIM Client 2026-02-20 09:08:43 +01:00
legacy_rest_api_examples.py Implement Lobster PIM Legacy REST API client with authentication, job control, and protocol access 2026-02-20 10:35:34 +01:00
webhook_examples.py feat: Implement webhook retry logic and server examples 2026-02-20 10:08:07 +01:00