diff --git a/README.md b/README.md index 3fa9de5..c400374 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ with ElytraClient(base_url="https://example.com/api/v1", api_key="your-api-key") ) ] ) - + # Validation happens automatically created_product = client.create_product(new_product) print(f"Created product ID: {created_product.id}") @@ -227,11 +227,13 @@ mypy elytra_client ## API Documentation -For complete API documentation, refer to the OpenAPI specification in `openapi.yaml` or visit the Elytra website: https://www.elytra.ch/ +For complete API documentation, refer to the OpenAPI specification in `openapi.yaml` +see here: https://w4services.atlassian.net/wiki/spaces/pimdocext/pages/426803205/Web+API +or visit the Elytra website: https://www.elytra.ch/ ## Contact -For support, please email: support@elytra.ch +For support on this client, please email: info@hoerl-im.de ## License diff --git a/elytra_client/webhooks/README.md b/elytra_client/webhooks/README.md index 848c59f..fbc55d6 100644 --- a/elytra_client/webhooks/README.md +++ b/elytra_client/webhooks/README.md @@ -413,8 +413,6 @@ except WebhookValidationError as e: - [CloudEvents Specification](https://cloudevents.io/) - [Elytra PIM Documentation](https://www.elytra.ch/) +- [Elytra Event API Documentation](https://w4services.atlassian.net/wiki/spaces/pimdocext/pages/430735362/Event+API) - [examples/webhook_examples.py](../examples/webhook_examples.py) - Comprehensive usage examples """ - -# This is a documentation file - it can be read as a docstring or converted to markdown -__doc__ = __doc__