{ "opencollection": "1.0.0", "info": { "name": "Google Books Mylibrary Users 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": "Users", "type": "folder" }, "items": [ { "info": { "name": "List bookshelves", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/users/:userId/bookshelves", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Retrieves a list of public bookshelves for the specified user." }, { "info": { "name": "Get a bookshelf", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/users/:userId/bookshelves/:shelf", "params": [ { "name": "userId", "value": "", "type": "path" }, { "name": "shelf", "value": "", "type": "path" } ] }, "docs": "Retrieves metadata for a specific bookshelf for the specified user." }, { "info": { "name": "List volumes in a bookshelf", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/users/:userId/bookshelves/:shelf/volumes", "params": [ { "name": "userId", "value": "", "type": "path" }, { "name": "shelf", "value": "", "type": "path" }, { "name": "maxResults", "value": "", "type": "query" }, { "name": "startIndex", "value": "", "type": "query" } ] }, "docs": "Retrieves volumes in a specific bookshelf for the specified user." } ] } ], "bundled": true }