crowdin / crowdin-api-client-java

Java client library for Crowdin API
https://jitpack.io/#crowdin/crowdin-api-client-java
MIT License
65 stars 44 forks source link

Distributions API changes #159

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.

Durdush commented 1 year ago

Hi, Can i pick this issue. It is my first issue so just in case is there any timeline associated with it.

andrii-bodnar commented 1 year ago

Hi @Durdush, sure, thank you!

There is no strict timeline for this, but it would be great to finish as soon as possible since it's blocking this - https://github.com/crowdin/crowdin-cli/pull/593

Durdush commented 1 year ago

Thanks for the assigning. But i am not able to see the create branch option here. Can you please guide.

andrii-bodnar commented 1 year ago

@Durdush you can Fork the repository, create a branch then, and submit a PR after pushing the changes.