@radio-retail/api-client
Advanced tools
Comparing version 7.0.0 to 7.1.0
@@ -38,2 +38,7 @@ const methods = require('../utils/methods'); | ||
getComments(id, params, config = {}) { | ||
config.params = params; | ||
return instance.get(`${baseRoute}/${id}/comments`).then(getData(config.raw)); | ||
}, | ||
postComment(jobId, body = {}, config = {}) { | ||
@@ -40,0 +45,0 @@ return instance.post(`${baseRoute}/${jobId}/comments`, body).then(getData(config.raw)); |
{ | ||
"name": "@radio-retail/api-client", | ||
"description": "Radio Retail API client", | ||
"version": "7.0.0", | ||
"version": "7.1.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
20824
464