{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Git API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Git", "type": "folder" }, "items": [ { "info": { "name": "Microsoft List repositories", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/:project/_apis/git/repositories", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project ID or name" }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to use" } ] }, "docs": "Retrieve git repositories for a project." }, { "info": { "name": "Microsoft Create a repository", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/:project/_apis/git/repositories", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project ID or name" }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to use" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a git repository in a team project." } ] } ], "bundled": true }