rest-client-sdk
Advanced tools
Comparing version 0.11.2 to 0.12.0
@@ -103,5 +103,5 @@ 'use strict'; | ||
var url = entity.get('@id'); | ||
return this.createEntityFromJsonResponse(this.authorizedFetch(url, { | ||
return this.authorizedFetch(url, { | ||
method: 'DELETE' | ||
}), 'item'); | ||
}); | ||
} | ||
@@ -108,0 +108,0 @@ }, { |
{ | ||
"name": "rest-client-sdk", | ||
"version": "0.11.2", | ||
"version": "0.12.0", | ||
"description": "Rest Client SDK for API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -75,8 +75,5 @@ import URI from 'urijs'; | ||
const url = entity.get('@id'); | ||
return this.createEntityFromJsonResponse( | ||
this.authorizedFetch(url, { | ||
method: 'DELETE', | ||
}), | ||
'item' | ||
); | ||
return this.authorizedFetch(url, { | ||
method: 'DELETE', | ||
}); | ||
} | ||
@@ -83,0 +80,0 @@ |
61239
1293