{ "opencollection": "1.0.0", "info": { "name": "AI Service Actions Git API", "version": "1.0.0" }, "items": [ { "info": { "name": "Git", "type": "folder" }, "items": [ { "info": { "name": "List git repository branches", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/git/repository", "body": { "type": "json", "data": "{}" } }, "docs": "Clone repository without checkout and list remote branches.\n" }, { "info": { "name": "List repository entrypoints", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/git/entrypoints", "body": { "type": "json", "data": "{}" } }, "docs": "Checkout repository root and list files in root directory.\n" } ] } ], "bundled": true }