elytra_client/examples
claudi b8f889f224 feat: Implement webhook retry logic and server examples
- Added retry logic for webhook event delivery in `retry.py` with exponential backoff.
- Created example webhook server implementations in `server.py` for Flask and FastAPI.
- Developed comprehensive examples for using the Elytra webhooks subpackage in `webhook_examples.py`.
- Introduced unit tests for webhook functionality, including event handling, authentication, and retry logic in `test_webhooks.py`.
2026-02-20 10:08:07 +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
webhook_examples.py feat: Implement webhook retry logic and server examples 2026-02-20 10:08:07 +01:00