Comparing version 0.3.1 to 0.3.2
@@ -172,2 +172,5 @@ var base64 = require('base64-js'), | ||
var params = []; | ||
for (var key in options.params || {}) { | ||
params.push(key + "=" + options.params[key]); | ||
} | ||
if (pagination.page) { params.push(["page", pagination.page].join("=")) } | ||
@@ -174,0 +177,0 @@ if (pagination.per_page) { params.push(["per_page", pagination.per_page].join("=")) } |
@@ -5,3 +5,3 @@ { | ||
"description": "Netlify API client", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"bugs": { | ||
@@ -8,0 +8,0 @@ "url": "https://github.com/netlify/netlify-js/issues" |
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
772548
4968