Smartling / api-sdk-java

This SDK is no longer maintained and is superceeded by Smartling's java-api-sdk.
https://github.com/Smartling/java-api-sdk
13 stars 15 forks source link

Extend SKD with new methods of Files API #29

Open Hustred opened 8 years ago

Hustred commented 8 years ago

New calls added recently to FAPI2: GET /files-api/v2/projects/{projectId}/file-types POST /files-api/v2/projects/{projectId}/locales/{localeId}/file/get-translations

We should provide support for them in SDK

dimitrystd commented 8 years ago

One more similar request #5

jhansche commented 6 years ago

This also seems to be missing the "Download translated files as a zip" API:

https://help.smartling.com/v1.0/reference#get_projects-projectid-files-zip GET /files-api/v2/projects/{projectId}/files/zip?localeIds[]=&fileUris[]=

Given that this issue is almost 2 years old, should I just create a new issue for it? Or implement it myself and make a PR?

dimitrystd commented 6 years ago

We will be happy to accept your PR.

jhansche commented 6 years ago

PR opened: #45