clubhouse-lib
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -92,5 +92,5 @@ 'use strict'; | ||
key: 'deleteResource', | ||
value: function deleteResource(uri) { | ||
value: function deleteResource(uri, params) { | ||
var URL = this.generateUrl(uri); | ||
var request = this.requestFactory.createRequest(URL, 'DELETE'); | ||
var request = this.requestFactory.createRequest(URL, 'DELETE', params); | ||
return this.requestPerformer.performRequest(request).then(this.responseParser.parseResponse); | ||
@@ -97,0 +97,0 @@ } |
{ | ||
"name": "clubhouse-lib", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "A Promise based library to the Clubhouse REST API", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32026