**DoD**: - Add the new property `clientUid` to SDK - New property is optional and must have default value - Default value must contain name of lib + version - Exact format of strings `{"client":"smartling-api-sdk-ruby","version":"1.0.0" }` - SDK must add `smartling.client_lib_id` directive to all Upload request into request **params** (not a file body) Example of implementation in [java sdk](https://github.com/Smartling/api-sdk-java/commit/dbd1219f8e09855fdb1d7f49f6528234fa157165)
DoD:
clientUidto SDK{"client":"smartling-api-sdk-ruby","version":"1.0.0" }smartling.client_lib_iddirective to all Upload request into request params (not a file body)Example of implementation in java sdk