@dynamic-labs/sdk-api
Advanced tools
Comparing version 0.0.40 to 0.0.41
{ | ||
"name": "@dynamic-labs/sdk-api", | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"author": "Dynamic Labs", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -66,3 +66,3 @@ "use strict"; | ||
const response = yield this.request({ | ||
path: `/sdk/{environmentId}`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))), | ||
path: `/sdk/{environmentId}/data`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))), | ||
method: 'GET', | ||
@@ -69,0 +69,0 @@ headers: headerParameters, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
490304