docs: Update README with new API documentation links and contact email

This commit is contained in:
claudi 2026-02-20 10:23:53 +01:00
parent a8d1720b94
commit 1324be4084
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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__