Smartling / api-sdk-python

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
14 stars 17 forks source link

uploadData.callbackUrl does not have a default value #5

Closed michal-imo closed 11 years ago

michal-imo commented 11 years ago

Enhancement request: uploadData.setCallbackUrl(None) has to be called even when the callback url is not used. (Otherwise AttributeError: UploadData instance has no attribute 'callbackUrl' is thrown). It would be nice to initialize it to None by default.

junky commented 11 years ago

Fixed in https://github.com/Smartling/api-sdk-python/commit/e8691b609f5c898eada89c5b3cdafb1190bbf5a0