Comparing version 1.0.1 to 1.1.0
@@ -120,3 +120,4 @@ var path = require("path"), | ||
github: "github", | ||
repo: "repo" | ||
repo: "repo", | ||
domainAliases: "domain_aliases" | ||
}, | ||
@@ -123,0 +124,0 @@ result = {}; |
@@ -5,11 +5,11 @@ { | ||
"description": "Netlify API client", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"bugs": { | ||
"url": "https://github.com/netlify/netlify-js/issues" | ||
"url": "https://github.com/netlify/node-client/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/netlify/netlify-js.git" | ||
"url": "https://github.com/netlify/node-client.git" | ||
}, | ||
"homepage": "https://github.com/netlify/netlify-js", | ||
"homepage": "https://github.com/netlify/node-client", | ||
"main": "lib/netlify.js", | ||
@@ -16,0 +16,0 @@ "dependencies": { |
@@ -155,3 +155,3 @@ Netlify Node Client | ||
Any collection returned by the client will have a meta attribute that lets you check pagination and rate limit values. | ||
Any collection returned by the client will have a meta attribute that lets you check pagination and rate limit values: | ||
@@ -212,3 +212,3 @@ ```js | ||
Access submissions from a specific site | ||
Access submissions from a specific site: | ||
@@ -223,3 +223,3 @@ ```js | ||
Access submissions from a specific form | ||
Access submissions from a specific form: | ||
@@ -234,3 +234,3 @@ ```js | ||
Get a specific submission | ||
Get a specific submission: | ||
@@ -269,3 +269,3 @@ ```js | ||
Access all deploys for a site | ||
Access all deploys for a site: | ||
@@ -278,3 +278,3 @@ ```js | ||
Access a specific deploy | ||
Access a specific deploy: | ||
@@ -303,3 +303,3 @@ ```js | ||
Publish a deploy (makes it the current live version of the site) | ||
Publish a deploy (makes it the current live version of the site): | ||
@@ -328,3 +328,3 @@ ```js | ||
Get a specific snippet | ||
Get a specific snippet: | ||
@@ -357,3 +357,3 @@ ```js | ||
Update a snippet | ||
Update a snippet: | ||
@@ -372,3 +372,3 @@ ```js | ||
Delete a snippet | ||
Delete a snippet: | ||
@@ -386,3 +386,3 @@ ```js | ||
Getting a list of users | ||
Getting a list of users: | ||
@@ -395,3 +395,3 @@ ```js | ||
Getting a specific user | ||
Getting a specific user: | ||
@@ -404,3 +404,3 @@ ```js | ||
Creating a new user (`email` is required, `uid` is optional. Both must be unique) | ||
Creating a new user (`email` is required, `uid` is optional. Both must be unique): | ||
@@ -413,3 +413,3 @@ ```js | ||
Updating a user | ||
Updating a user: | ||
@@ -424,3 +424,3 @@ ```js | ||
Deleting a user | ||
Deleting a user: | ||
@@ -435,3 +435,3 @@ ```js | ||
Getting sites belonging to a user | ||
Getting sites belonging to a user: | ||
@@ -467,3 +467,3 @@ ```js | ||
Creating a new zone | ||
Creating a new zone: | ||
@@ -476,3 +476,3 @@ ```js | ||
Deleting a zone | ||
Deleting a zone: | ||
@@ -487,3 +487,3 @@ ```js | ||
Getting records for a zone | ||
Getting records for a zone: | ||
@@ -496,3 +496,3 @@ ```js | ||
Getting a specific record | ||
Getting a specific record: | ||
@@ -505,3 +505,3 @@ ```js | ||
Adding a new record (supported types: A, CNAME, TXT, MX) | ||
Adding a new record (supported types: A, CNAME, TXT, MX): | ||
@@ -519,3 +519,3 @@ ```js | ||
Deleting a record | ||
Deleting a record: | ||
@@ -522,0 +522,0 @@ ```js |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
771024
4957
0
1