Smartling / api-sdk-php

SDK for integrating with the Smartling API. The Smartling API allows developers to upload language specific resource files and download the translations of those files for easy integration within their application. http://docs.smartling.com
Apache License 2.0
6 stars 15 forks source link

SmartlingAPI.uploadFile method doesn't allow to specify optional parameters #2

Closed dimitrystd closed 11 years ago

dimitrystd commented 11 years ago

I could not upload file with optional parameters:

See more details https://docs.smartling.com/display/docs/Files+API DoD:

IgorCrazySnail commented 11 years ago

Now you can set optional parameters in $params variable in method uploadFile (also in methods downloadFil; getStatus; getList;)

dimitrystd commented 11 years ago

Closed