{ "opencollection": "1.0.0", "info": { "name": "Google Books About Free Busy API", "version": "1.0.0" }, "items": [ { "info": { "name": "Free Busy", "type": "folder" }, "items": [ { "info": { "name": "Google Query Free Busy", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/freeBusy", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns free/busy information for a set of calendars." } ] } ], "bundled": true }