Comparing version 0.1.0 to 0.2.0
@@ -26,2 +26,3 @@ var base64 = require('base64-js'), | ||
Deploy: require("./deploy").Deploy, | ||
DeployKey: require("./deploy_key").DeployKey, | ||
DnsZone: require("./dns-zone").DnsZone, | ||
@@ -152,2 +153,6 @@ AccessToken: require("./access-token").AccessToken, | ||
createDeployKey: function(attributes, cb) { | ||
this.create({model: Client.models.DeployKey, attributes: attributes}, cb); | ||
}, | ||
ticket: function(id, cb) { this.element({model: Client.models.Ticket, id: id}, cb); }, | ||
@@ -154,0 +159,0 @@ |
@@ -129,3 +129,4 @@ var path = require("path"), | ||
notificationEmail: "notification_email", | ||
password: "password" | ||
password: "password", | ||
github: "github" | ||
}, | ||
@@ -132,0 +133,0 @@ result = {}; |
@@ -5,3 +5,3 @@ { | ||
"description": "Netlify API client", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"bugs": { | ||
@@ -8,0 +8,0 @@ "url": "https://github.com/netlify/netlify-js/issues" |
157602
27
4100