crowdin / crowdin-api-client-java

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

Strings translations APIs: add new parameters support #207

Closed andrii-bodnar closed 11 months ago

andrii-bodnar commented 11 months ago

Several String Translation API endpoints have been enhanced with new parameters support: labelIds, excludeLabelIds. These parameters should be added to this API client.

References:

jcvdg commented 11 months ago

Hi @andrii-bodnar, I'd like to help with this. If you can point me to the right files, that'll be really helpful too.

jcvdg commented 11 months ago

I found it: https://github.com/crowdin/crowdin-api-client-java/blob/master/src/main/java/com/crowdin/client/stringtranslations/StringTranslationsApi.java

Can you assign this to me? I can work on it.

andrii-bodnar commented 11 months ago

Hi @jcvdg sure, thank you!

The stringtranslationsapi.java is the right file

jcvdg commented 11 months ago

Hi @andrii-bodnar , here's the PR. Let me know if it looks good, or if there are changes needed that I may have missed.