@radio-retail/api-client
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -16,3 +16,2 @@ const crud = require('../utils/crud'); | ||
createDraft(body = {}, config = {}) { | ||
config.params = params; | ||
return instance.post(`${baseRoute}/draft`, body, config).then(getData(config.raw)); | ||
@@ -19,0 +18,0 @@ }, |
{ | ||
"name": "@radio-retail/api-client", | ||
"description": "Radio Retail API client", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
24407
18
571