At the moment, the Google APIs Node.js client does not support batching multiple requests together. Yet, each individual API (Calendar, Gmail, Drive etc..) offers a way to batch multiple requests in 1 large HTTP request. The documentation clearly lays out how to do it using a multipart/mixed request/response format.I wrote this library to make it easy for everyone to batch Google APIs requests together, without compromising on the developer experience of using the official Google APIs Node.js client.
Comments, improvements, suggestions welcomed!