Commit graph

5 commits

Author SHA1 Message Date
dce4ac5643 docs: Add installation instructions for Forgejo PyPI to README 2026-02-23 10:46:15 +01:00
fab2f7f701 doc: Add webhook handling for Elytra Event API with authentication and event routing to read me 2026-02-23 10:26:02 +01:00
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
1324be4084 docs: Update README with new API documentation links and contact email 2026-02-20 10:23:53 +01:00
05fca294f9 Add initial project structure and tests for Elytra PIM Client
- Created pyproject.toml for project metadata and dependencies.
- Added requirements.txt for development and production dependencies.
- Implemented basic test structure in the tests module.
- Developed unit tests for ElytraClient, including Pydantic validation and error handling.
2026-02-20 09:08:43 +01:00