@radio-retail/api-client
Advanced tools
Comparing version 7.1.0 to 7.2.0
@@ -43,2 +43,6 @@ const methods = require('../utils/methods'); | ||
getLogs(id, config = {}) { | ||
return instance.get(`${baseRoute}/${id}/logs`).then(getData(config.raw)); | ||
}, | ||
postComment(jobId, body = {}, config = {}) { | ||
@@ -45,0 +49,0 @@ return instance.post(`${baseRoute}/${jobId}/comments`, body).then(getData(config.raw)); |
{ | ||
"name": "@radio-retail/api-client", | ||
"description": "Radio Retail API client", | ||
"version": "7.1.0", | ||
"version": "7.2.0", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
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
20943
467