{ "opencollection": "1.0.0", "info": { "name": "Google Books Mylibrary API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Mylibrary", "type": "folder" }, "items": [ { "info": { "name": "List my bookshelves", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/mylibrary/bookshelves" }, "docs": "Retrieves a list of bookshelves belonging to the authenticated user." }, { "info": { "name": "Add volume to bookshelf", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/mylibrary/bookshelves/:shelf/addVolume", "params": [ { "name": "shelf", "value": "", "type": "path" }, { "name": "volumeId", "value": "", "type": "query" } ] }, "docs": "Adds a volume to a bookshelf." }, { "info": { "name": "Remove volume from bookshelf", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/mylibrary/bookshelves/:shelf/removeVolume", "params": [ { "name": "shelf", "value": "", "type": "path" }, { "name": "volumeId", "value": "", "type": "query" } ] }, "docs": "Removes a volume from a bookshelf." } ] } ], "bundled": true }