crowdin-api-client-python
crowdin-api-client-python copied to clipboard
Python client library for Crowdin API
The Crowdin API has been enhanced with a new `orderBy` parameter in a number of list methods. It allows sorting the results by a specific field in ascending or descending...
Recently, Crowdin introduced new AI features, including a new set of API endpoints to manage and interact with these AI resources. The new AI API endpoints should be added to...
Recently, Crowdin introduced the new Sequential Tasks feature, which allows you to instantly create a proofreading task with the same scope. The Tasks API has been updated: the new forms...
Crowdin has recently released a new type of projects - **String-based**. In string-based projects, the focus is on managing translatable content as individual strings rather than source files. In this...
The Crowdin API now supports new features that allow you to manage group managers and teams. We need to update the Crowdin API client to support these new features. **References:**...
Crowdin's API has been greatly expanded to include new endpoints for the latest Crowdin AI features. We need to update the Crowdin API client to support these new endpoints. **References:**...
The Crowdin API has been extended with new Translation Import endpoints that provide a more efficient way to import translations. Additionally, the legacy translation upload method has been deprecated. The...
The Crowdin API has been extended with a new endpoint, allowing you to retrieve the list of supported AI models for a specific AI provider in your [AI](https://support.crowdin.com/developer/api/v2/#tag/AI) workflow. The...
When using `StoragesResource.add_storage(file)` to upload a file with Cyrillic characters in its name, the upload fails. According to the [API documentation](https://support.crowdin.com/developer/api/v2/#tag/Storage/operation/api.storages.post), the filename is passed in the `Crowdin-API-FileName` HTTP header...
The Crowdin API has been updated with a new parameter `acceptSourceChanges` for the Merge Branch endpoint. The Crowdin API client libraries need to be updated to support this new parameter...