SDK_VERSION = '3.4.0' platform_info = platform.platform().split("-") python_compiler = platform.python_compiler().split(' ') locale_info = locale.getdefaultlocale() @@ -59,7 +59,7 @@ def get(self, api, query_params={}, credentials=None, basePath=None): url = ''.join([base...