{ "opencollection": "1.0.0", "info": { "name": "APIGit APIs Repositories API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Repositories", "type": "folder" }, "items": [ { "info": { "name": "APIGit List Repositories", "type": "http" }, "http": { "method": "GET", "url": "https://api.apigit.com/v1/repos", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip." } ] }, "docs": "Returns a list of API Git repositories for the authenticated user." }, { "info": { "name": "APIGit Create Repository", "type": "http" }, "http": { "method": "POST", "url": "https://api.apigit.com/v1/repos", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new API Git repository." } ] } ], "bundled": true }