crowdin / crowdin-api-client-java

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

Add Docx File Import Options #121

Closed thc202 closed 1 year ago

thc202 commented 1 year ago

Add support for docx file import options.

Part of #119.


I think this actually addresses the issue but not linking in case you notice that something is not done. Both Add File and Update or Restore File use the same base class ImportOptions in the request and response. The Edit File is using a String for the path parameter not an Enum.

andrii-bodnar commented 1 year ago

@thc202 thanks a lot for your contribution! Looks good to me 🚀

thc202 commented 1 year ago

Would be possible to release a new version with these changes?

andrii-bodnar commented 1 year ago

@thc202 sure, done - 1.5.3

thc202 commented 1 year ago

Thank you!