@soos-io/api-client
Advanced tools
Comparing version 0.1.2-pre.1 to 0.1.2-pre.2
@@ -24,4 +24,4 @@ "use strict"; | ||
if (request.data) { | ||
logger.verboseDebug(apiClientName, `Request URL: ${request.url}, request method: ${request.method}`); | ||
logger.verboseDebug(apiClientName, `Request Body: ${JSON.stringify(request.data)}`); | ||
soosLogger.verboseDebug(apiClientName, `Request URL: ${request.url}, request method: ${request.method}`); | ||
soosLogger.verboseDebug(apiClientName, `Request Body: ${JSON.stringify(request.data)}`); | ||
} | ||
@@ -33,3 +33,3 @@ return request; | ||
client.interceptors.response.use((response) => { | ||
logger.verboseDebug(apiClientName, `Response Body: ${JSON.stringify(response.data)}`); | ||
soosLogger.verboseDebug(apiClientName, `Response Body: ${JSON.stringify(response.data)}`); | ||
return response; | ||
@@ -36,0 +36,0 @@ }, (rejectedResponse) => { |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "0.1.2-pre.1", | ||
"version": "0.1.2-pre.2", | ||
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
29214
29
646