{ "opencollection": "1.0.0", "info": { "name": "Google Blogger Blogs Users API", "version": "v3" }, "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 blogs by user", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/blogger/v3/users/:userId/blogs", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Lists blogs by user." }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/blogger/v3/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Gets a user by user ID." } ] } ], "bundled": true }