@radio-retail/api-client
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -135,2 +135,7 @@ const getData = require('../utils/get-raw-data'); | ||
getStoreById(clientId, accountId, storeId, params, config = {}) { | ||
config.params = params; | ||
return instance.get(`${baseRoute}/${clientId}/accounts/${accountId}/stores/${storeId}`, config).then(getData(config.raw)); | ||
}, | ||
getAllStores(params, config = {}) { | ||
@@ -137,0 +142,0 @@ config.params = params; |
{ | ||
"name": "@radio-retail/api-client", | ||
"description": "Radio Retail API client", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"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
12295
290