{ "opencollection": "1.0.0", "info": { "name": "DagsHub REST Branches API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Branches", "type": "folder" }, "items": [ { "info": { "name": "List branches in a repository", "type": "http" }, "http": { "method": "GET", "url": "https://dagshub.com/api/v1/repos/:owner/:repo/branches", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" } ] }, "docs": "List branches in a repository" }, { "info": { "name": "Get a branch", "type": "http" }, "http": { "method": "GET", "url": "https://dagshub.com/api/v1/repos/:owner/:repo/branches/:branch", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "branch", "value": "", "type": "path" } ] }, "docs": "Get a branch" } ] } ], "bundled": true }