crowdin / crowdin-api-client-dotnet

.NET client library for Crowdin API
https://www.nuget.org/packages/Crowdin.Api/
MIT License
52 stars 26 forks source link

Distributions API changes #172

Closed andrii-bodnar closed 1 year ago

andrii-bodnar commented 1 year ago

The Distribution creation API has been changed. Now you can create a distribution with the following parameters:

The following parameters have been deprecated:

A Distribution response has also been changed. Now it contains the bundleIds field. The format, exportPattern, and labelIds fields are deprecated.

In addition, the fileIds request parameter is now optional.

All the changes are described in the API documentation.

Riju-bak commented 1 year ago

Hi @andrii-bodnar, can you assign this to me. I already have a working fix. Just need to update the tests and check.

andrii-bodnar commented 1 year ago

Hi @Riju-bak, sure, thanks a lot!

Riju-bak commented 1 year ago

@andrii-bodnar Here's the PR