Comparing version 0.0.1 to 0.0.2
@@ -237,2 +237,7 @@ /* | ||
responseObj.pipe(d); | ||
}).on('end', function () { | ||
// Clean up | ||
_requests = _requestSpecificCallbacks = []; | ||
}); | ||
@@ -239,0 +244,0 @@ }; |
{ | ||
"name": "batchelor", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A lovely little Node.js module to perform batch requests with the Google REST API", | ||
@@ -5,0 +5,0 @@ "main": "./lib/batchelor", |
# Batchelor | ||
A lovely little Node.js module to perform batch requests with the Google REST API. Simply does it. | ||
![Batchelor](http://wapi.staging.wapisasa.org/wp-content/uploads/2015/02/batchelor-smaller.png) | ||
## Google API Batch Requests | ||
@@ -5,0 +7,0 @@ This is a project to solve a need for a missing feature in the wonderfully epic and useful [google/google-api-nodejs-client](https://github.com/google/google-api-nodejs-client). Currently, this cannot be used to post media and has not been tested with posting anything but JSON. |
Sorry, the diff of this file is not supported yet
13066
184
130