acs-apiclient
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -351,3 +351,4 @@ /** | ||
headers: headers, | ||
jar: typeof jar != 'undefined' ? jar : null | ||
jar: typeof jar != 'undefined' ? jar : null, | ||
pool: false | ||
}; | ||
@@ -354,0 +355,0 @@ |
@@ -39,3 +39,3 @@ var request = require('request'), | ||
request.post(host + path, {form: data, jar: typeof(j) == "undefined" ? false : j}, | ||
request.post(host + path, {form: data, pool: false, jar: typeof(j) == "undefined" ? false : j}, | ||
function (error, response, body) { | ||
@@ -110,6 +110,8 @@ if (errorcallback && error) { | ||
path: path, | ||
keepAlive: false, | ||
method: "GET", | ||
headers: { | ||
Cookie: j | ||
} | ||
}, | ||
agent: false | ||
}; | ||
@@ -116,0 +118,0 @@ |
{ | ||
"name": "acs-apiclient", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Node helper library for connecting to the Answers Cloud Services (ForeSee in particular) web API in a headless manner.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
1720
103726