@radio-retail/api-client
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -15,2 +15,7 @@ const getData = require('../utils/get-raw-data'); | ||
getContacts(clientId, params, config = {}) { | ||
config.params = params; | ||
return instance.get(`${baseRoute}/${clientId}/contacts`, config).then(getData(config.raw)); | ||
}, | ||
getClientById(clientId) { | ||
@@ -17,0 +22,0 @@ return instance.get(`${baseRoute}/${clientId}`).then(res => { |
{ | ||
"name": "@radio-retail/api-client", | ||
"description": "Radio Retail API client", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
7205
185