{ "opencollection": "1.0.0", "info": { "name": "DagsHub REST Branches Storage API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Storage", "type": "folder" }, "items": [ { "info": { "name": "List storage integrations (DVC, S3) for a repository", "type": "http" }, "http": { "method": "GET", "url": "https://dagshub.com/api/v1/repos/:owner/:repo/storage", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" } ] }, "docs": "List storage integrations (DVC, S3) for a repository" }, { "info": { "name": "List contents of a storage integration", "type": "http" }, "http": { "method": "GET", "url": "https://dagshub.com/api/v1/repos/:owner/:repo/storage/:provider/:name", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "provider", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path" } ] }, "docs": "List contents of a storage integration" } ] } ], "bundled": true }