@soos-io/api-client
Advanced tools
Comparing version 0.1.1 to 0.1.2-pre.1
@@ -24,4 +24,4 @@ "use strict"; | ||
if (request.data) { | ||
soosLogger.verboseDebug(apiClientName, `Request URL: ${request.url}, request method: ${request.method}`); | ||
soosLogger.verboseDebug(apiClientName, `Request Body: ${JSON.stringify(request.data)}`); | ||
logger.verboseDebug(apiClientName, `Request URL: ${request.url}, request method: ${request.method}`); | ||
logger.verboseDebug(apiClientName, `Request Body: ${JSON.stringify(request.data)}`); | ||
} | ||
@@ -33,3 +33,3 @@ return request; | ||
client.interceptors.response.use((response) => { | ||
soosLogger.verboseDebug(apiClientName, `Response Body: ${JSON.stringify(response.data)}`); | ||
logger.verboseDebug(apiClientName, `Response Body: ${JSON.stringify(response.data)}`); | ||
return response; | ||
@@ -36,0 +36,0 @@ }, (rejectedResponse) => { |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "0.1.1", | ||
"version": "0.1.2-pre.1", | ||
"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", |
@@ -0,0 +0,0 @@ # [About SOOS](https://soos.io/) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29014
0