{ "opencollection": "1.0.0", "info": { "name": "ReadMe Developer Metrics Analytics Changelog API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Changelog", "type": "folder" }, "items": [ { "info": { "name": "List Changelog Posts", "type": "http" }, "http": { "method": "GET", "url": "https://metrics.readme.io/v1/branches/:branch/changelogs", "params": [ { "name": "branch", "value": "", "type": "path" } ] }, "docs": "List Changelog Posts" }, { "info": { "name": "Create A Changelog Post", "type": "http" }, "http": { "method": "POST", "url": "https://metrics.readme.io/v1/branches/:branch/changelogs", "params": [ { "name": "branch", "value": "", "type": "path" } ] }, "docs": "Create A Changelog Post" }, { "info": { "name": "Get A Changelog Post", "type": "http" }, "http": { "method": "GET", "url": "https://metrics.readme.io/v1/branches/:branch/changelogs/:slug", "params": [ { "name": "branch", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Get A Changelog Post" }, { "info": { "name": "Update A Changelog Post", "type": "http" }, "http": { "method": "PUT", "url": "https://metrics.readme.io/v1/branches/:branch/changelogs/:slug", "params": [ { "name": "branch", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Update A Changelog Post" }, { "info": { "name": "Delete A Changelog Post", "type": "http" }, "http": { "method": "DELETE", "url": "https://metrics.readme.io/v1/branches/:branch/changelogs/:slug", "params": [ { "name": "branch", "value": "", "type": "path" }, { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Delete A Changelog Post" } ] } ], "bundled": true }