crowdin / crowdin/crowdin-api-client-ruby
Add support for AI Gateway provider methods
- Dominant language
- Ruby
- Stars
- 59
- Forks
- 22
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
The Crowdin API has been extended with new methods in the **AI Gateway** section for managing provider gateway configuration, including retrieval, creation, update, partial update, and deletion operations.
The Crowdin API client libraries should be updated to support these methods so developers can fully manage AI Gateway provider configuration directly from SDKs.
**References:**
- [AI Gateway (GET)](https://support.crowdin.com/developer/api/v2/#tag/AI-Gateway/operation/api.ai.providers.gateway.crowdin.get)
- [AI Gateway (PUT)](https://support.crowdin.com/developer/api/v2/#tag/AI-Gateway/operation/api.ai.providers.gateway.crowdin.put)
- [AI Gateway (POST)](https://support.crowdin.com/developer/api/v2/#tag/AI-Gateway/operation/api.ai.providers.gateway.crowdin.post)
- [AI Gateway (DELETE)](https://support.crowdin.com/developer/api/v2/#tag/AI-Gateway/operation/api.ai.providers.gateway.crowdin.delete)
- [AI Gateway (PATCH)](https://support.crowdin.com/developer/api/v2/#tag/AI-Gateway/operation/api.ai.providers.gateway.crowdin.patch)
Contributor guide
Assessment
This issue has not been assessed yet.