crowdin-api-client-php icon indicating copy to clipboard operation
crowdin-api-client-php copied to clipboard

PHP client library for Crowdin API

Results 33 crowdin-api-client-php issues
Sort by recently updated
recently updated
newest added

**New API endpoints:** - [List Report Settings Templates](https://developer.crowdin.com/enterprise/api/v2/#operation/api.reports.settings-templates.getMany) - [Add Report Settings Template](https://developer.crowdin.com/enterprise/api/v2/#operation/api.reports.settings-templates.post) - [Get Report Settings Template](https://developer.crowdin.com/enterprise/api/v2/#operation/api.reports.settings-templates.get) - [Edit Report Settings Template](https://developer.crowdin.com/enterprise/api/v2/#operation/api.reports.settings-templates.patch) - [Delete Report Settings Template](https://developer.crowdin.com/enterprise/api/v2/#operation/api.reports.settings-templates.delete) These new...

enhancement
good first issue
hacktoberfest

It would be great if the model `\CrowdinApiClient\Model\Progress` could not only contain the languageId but the languageName. This would save tons of request (or caching) on my side to build...

question
discussion/consideration

``` TypeError Return value of CrowdinApiClient\Model\SourceString::getText() must be of the type string, array returned at vendor/crowdin/crowdin-api-client/src/CrowdinApiClient/Model/SourceString.php:175 171▕ * @return string 172▕ */ 173▕ public function getText(): string 174▕ { ➜...

bug
good first issue
hacktoberfest

**API Reference:** - [Build Project Directory Translation](https://support.crowdin.com/api/v2/#operation/api.projects.translations.builds.directories.post) (crowdin.com) - [Build Project Directory Translation](https://support.crowdin.com/enterprise/api/#operation/api.projects.translations.builds.directories.post) (Crowdin Enterprise)

enhancement
good first issue
hacktoberfest

We're happy to announce a significant update for Crowdin Glossaries that allows managing the terminology in a more advanced way. There are a lot of new things and some changes...

enhancement
help wanted
hacktoberfest

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

enhancement
help wanted

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

enhancement
good first issue
hacktoberfest

this parameter is deprecated in the API and should be removed from the codebase.

enhancement
good first issue

Crowdin has recently added a new feature called custom attributes for entities. This feature also has a set of API endpoints to manage custom attributes. The API client should be...

enhancement
good first issue
hacktoberfest

Crowdin has recently added new parameters to the List Language Translations API endpoint: - `branchId` - `directoryId` These parameters should also be supported in the Crowdin API client. It would...

enhancement
good first issue