Smartling / api-sdk-java

This SDK is no longer maintained and is superceeded by Smartling's java-api-sdk.
https://github.com/Smartling/java-api-sdk
13 stars 15 forks source link

Change the API for defining client_lib_id #36

Open dlyash opened 8 years ago

dlyash commented 8 years ago

The approach introduced in #34 assumes that library users will use the following code to set this identifier globally:

LibNameVersionHolder.setClientLibName("name");
LibNameVersionHolder.setClientLibVersion("version");

On my opinion this approach has some severe drawbacks:

dlyash commented 8 years ago

@dimitrystd, @PavloMyrotiuk, @dkBrazz let's not forget to discuss this