Comparing version 0.2.3 to 0.2.4
@@ -21,3 +21,3 @@ var Utils = require('./utils'); | ||
Subscription.prototype.delete = function() { | ||
return Utils.request.delete('Subscriptions', 'devices/' + this.deviceId + '/subscriptions/' + this.id); | ||
return Utils.request.delete('events', 'devices/' + this.deviceId + '/subscriptions/' + this.id); | ||
}; | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "vinli", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Official Node.js SDK for interacting with the Vinli Platform", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
80941