@radio-retail/api-client
Advanced tools
Comparing version 6.0.12 to 6.0.13
@@ -21,2 +21,6 @@ const getData = require('../utils/get-raw-data'); | ||
return instance.delete(`${baseRoute}/media/${mediaId}/comments/${commentId}`).then(getData(config.raw)); | ||
}, | ||
getComments(id, config = {}) { | ||
return instance.get(`${baseRoute}/media/${id}/comments`).then(getData(config.raw)); | ||
} | ||
@@ -23,0 +27,0 @@ |
{ | ||
"name": "@radio-retail/api-client", | ||
"description": "Radio Retail API client", | ||
"version": "6.0.12", | ||
"version": "6.0.13", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
20705
472