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