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

Add client_lib_id into user-agent of all http requests #4

Closed dimitrystd closed 8 years ago

dimitrystd commented 8 years ago

We get more and more traffic for FileAPI v2 and looking for an option how to monitor traffic from connectors for quick reaction to errors. The simplest and convenient for all solution to use "User-Agent" header field. The current sdk already has client_lib_id (introduce in #1) but it was added for another reason (indicate link between particular uploaded file and client lib version).

DoD:

dotnetrocks commented 8 years ago

Done. Published to Nuget.