{ "opencollection": "1.0.0", "info": { "name": "APIGit APIs Tests API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Tests", "type": "folder" }, "items": [ { "info": { "name": "APIGit List Tests", "type": "http" }, "http": { "method": "GET", "url": "https://api.apigit.com/v1/repos/:repoId/tests", "params": [ { "name": "repoId", "value": "", "type": "path", "description": "Repository ID." } ] }, "docs": "Returns all API tests for a repository." } ] } ], "bundled": true }