crowdin / crowdin-api-client-java

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

Support new 'Remove String Approvals' API endpoint #275

Open andrii-bodnar opened 4 weeks ago

andrii-bodnar commented 4 weeks ago

Crowdin has recently introduced a new Remove String Approvals API endpoint that allows you to remove approvals for a specific string in a project for all languages in one request.

Also, the Delete String Translations API endpoint has been updated: languageId parameter is now optional.

These changes are not yet supported in the Crowdin API clients and we need to add support for them.

Prankurtiwari commented 3 weeks ago

Hi @andrii-bodnar, can you please assign this problem to me I will look into this ? Thanks

andrii-bodnar commented 3 weeks ago

Hi @Prankurtiwari, sure, thanks for your interest in this!

andrii-bodnar commented 3 weeks ago

@Prankurtiwari there is already a PR for this issue - https://github.com/crowdin/crowdin-api-client-java/pull/277

But there are still some unresolved discussions. Please take them into account.