Smartling / api-sdk-net

.Net 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
1 stars 6 forks source link

Update SDK to File API v2 #2

Closed dimitrystd closed 8 years ago

dimitrystd commented 8 years ago

Smartling File API v2 will be released soon. SDK should be ready for this release.

DoD:

Note: Please keep in mind that scope of this task only about FAPI, but this sdk will also contain implementations for Projects and Jobs APIs.

dimitrystd commented 8 years ago

We had some discussions for java, probably it will be useful https://github.com/Smartling/api-sdk-java/issues/24. Also pls look and java sdk implementation

dotnetrocks commented 8 years ago

I suppose the "List" and "Delete" methods are also mandatory, right?

dimitrystd commented 8 years ago

Yes, let's implement them. We don't know who uses sdk except connectors, but it will be convenient to have them

dotnetrocks commented 8 years ago

Done & uploaded to Nuget: https://www.nuget.org/packages/Smartling.Api/ There might be some tweaks during integration with Sitecore Connector.

I did not implement Builder pattern / Async (mentioned in Java thread). Please reopen if it is needed.

Sample app updated & it can now use env. variables instead of entering token/secret each time.