crowdin-api-client-dotnet
crowdin-api-client-dotnet copied to clipboard
.NET client library for Crowdin API
[Crowdin Enterprise Docs](https://developer.crowdin.com/enterprise/api/v2/#tag/Workflows) - List Workflow Steps - Get Workflow Step - List Workflow Templates - Get Workflow Template
This class has no code coverage by Unit tests and it would be great to add tests. - [Actual coverage](https://app.codecov.io/gh/crowdin/crowdin-api-client-dotnet/blob/main/src/Crowdin.Api/TranslationMemory/TranslationMemoryApiExecutor.cs) - [TranslationMemoryApiExecutor.cs](https://github.com/crowdin/crowdin-api-client-dotnet/blob/main/src/Crowdin.Api/TranslationMemory/TranslationMemoryApiExecutor.cs)
Hi, I saw that that projects `Crowdin.Api.Samples.csproj` and `Crowdin.Api.Tests.csproj` are still using .NET 5.0 version. As support for .NET 5.0 version is already ended back in May, 2022. [🔗](https://devblogs.microsoft.com/dotnet/dotnet-5-end-of-support-update/) I...
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...
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...
Hi, The following code fails with the error message: Crowdin.Api.CrowdinApiException: 'Invalid Request Parameters: Key [fileId]: The input is not greater than '0'' ``` await using FileStream fileStream = System.IO.File.Open(xlfFile, FileMode.Open);...
Hi, Is it possible to have custom fuzzy match types in a TranslationCostsPostEditingGenerateReportRequest? In NetRateSchemes it is possible to specify SuggestionMatch values, however there are only MatchType.Option_99_82 and MatchType.Option_81_60 fuzzy...
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...
Hi! In our company we interract with CrowdIn from projects which are signed and we can't use CrowdIn.Api library, because it is not signed. We get this error because of...