{ "opencollection": "1.0.0", "info": { "name": "ReadMe Developer Analytics Metrics API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Submit API Request Logs", "type": "http" }, "http": { "method": "POST", "url": "https://metrics.readme.io/v1/request", "body": { "type": "json", "data": "{}" } }, "docs": "Send API request and response metadata (HAR-formatted) to ReadMe Metrics for analysis in the Developer Dashboard." } ] } ], "bundled": true }