Smartling / java-api-sdk

SDK for integrating with the Smartling API.
https://api-reference.smartling.com/
Apache License 2.0
3 stars 10 forks source link

feat: add support for multipart downloading of a translated file to Files API #104

Closed dnetrebenko-smartling closed 2 months ago

dnetrebenko-smartling commented 2 months ago

new method to download a translated file in the multipart/mixed format is added to Files API. the first part is file's body, the second part is json metadata (empty for now, we use it just to be sure that entire file was downloaded, maybe we will extend it with some additional data in the future)