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

.NET client library for Crowdin API

Results 9 crowdin-api-client-dotnet issues
Sort by recently updated
recently updated
newest added

[Crowdin Enterprise Docs](https://developer.crowdin.com/enterprise/api/v2/#tag/Workflows) - List Workflow Steps - Get Workflow Step - List Workflow Templates - Get Workflow Template

enhancement
help wanted

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)

good first issue
hacktoberfest

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

enhancement

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

enhancement
good first issue

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

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

enhancement
help wanted

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

bug
good first issue

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

good first issue

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