@radio-retail/api-client
Advanced tools
Comparing version 2.0.5 to 2.1.1
@@ -13,2 +13,6 @@ const crud = require('../utils/crud'); | ||
return instance.get(`${baseRoute}/search`, config).then(getData(config.raw)); | ||
}, | ||
uploadMedia(id, body = {}, config = {}) { | ||
return instance.put(`${baseRoute}/${id}/media`, body, config).then(getData(config.raw)); | ||
} | ||
@@ -15,0 +19,0 @@ |
{ | ||
"name": "@radio-retail/api-client", | ||
"description": "Radio Retail API client", | ||
"version": "2.0.5", | ||
"version": "2.1.1", | ||
"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
23660
544