crowdin-api-client-php
crowdin-api-client-php copied to clipboard
PHP client library for Crowdin API
Crowdin has recently released a new API methods to get information about security logs. It would be great to add support of these methods to the Crowdin API client. **References:**...
Crowdin has recently released new endpoints for the Applications API. We need to add support for them in the Crowdin API client as well. **API reference:** - [List Application Installations](https://developer.crowdin.com/api/v2/#operation/api.applications.installations.getMany)...
Crowdin Rest API now supports the API methods for TM (Translation Memory) segments management. **New API methods**: - [List TM Segments](https://developer.crowdin.com/api/v2/#operation/api.tms.segments.getMany) - [Create TM Segment](https://developer.crowdin.com/api/v2/#operation/api.tms.segments.post) - [Get TM Segment](https://developer.crowdin.com/api/v2/#operation/api.tms.segments.get) -...
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...
Several Screenshots API endpoints have been enhanced with the new parameter support: `labelIds`. It should be added to this API client. **References:** - [Add Screenshot](https://developer.crowdin.com/api/v2/#operation/api.projects.screenshots.post) - [Edit Screenshot](https://developer.crowdin.com/api/v2/#operation/api.projects.screenshots.patch) - [Get...
Crowdin added new API endpoint - [String Batch Operations](https://developer.crowdin.com/api/v2/#operation/api.projects.strings.batchPatch). It would be great to add the new method to this API client as well as the corresponding unit tests.
Crowdin has recently added new endpoints for managing custom applications. Support for these endpoints is missing in this Crowdin API client. We need to add support for the following endpoints:...
Currently, we have very few simple examples in the Readme and it would be great to have more examples that would include more complex workflows: - [ ] adding a...
Crowdin added 3 new API endpoints that should be also added to the corresponding sections of this API Client. - [api.projects.glossaries.concordance.post](https://developer.crowdin.com/api/v2/#operation/api.projects.glossaries.concordance.post) - [api.projects.translations.alignment.post](https://developer.crowdin.com/api/v2/#operation/api.projects.translations.alignment.post) - [api.projects.tms.concordance.post](https://developer.crowdin.com/api/v2/#operation/api.projects.tms.concordance.post) New code should be covered...
We've added new API methods to the "Source Files" section that would be great to reflect in this API Client. - [Download Project File Format Settings Custom Segmentation](https://developer.crowdin.com/api/v2/#operation/api.projects.file-format-settings.custom-segmentations.get) - [Reset...