{ "opencollection": "1.0.0", "info": { "name": "DagsHub REST Branches Issues API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Issues", "type": "folder" }, "items": [ { "info": { "name": "List issues for a repository", "type": "http" }, "http": { "method": "GET", "url": "https://dagshub.com/api/v1/repos/:owner/:repo/issues", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "state", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List issues for a repository" }, { "info": { "name": "Create an issue", "type": "http" }, "http": { "method": "POST", "url": "https://dagshub.com/api/v1/repos/:owner/:repo/issues", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an issue" }, { "info": { "name": "Get an issue", "type": "http" }, "http": { "method": "GET", "url": "https://dagshub.com/api/v1/repos/:owner/:repo/issues/:index", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "index", "value": "", "type": "path" } ] }, "docs": "Get an issue" }, { "info": { "name": "Edit an issue", "type": "http" }, "http": { "method": "PATCH", "url": "https://dagshub.com/api/v1/repos/:owner/:repo/issues/:index", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "index", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit an issue" }, { "info": { "name": "List comments on an issue", "type": "http" }, "http": { "method": "GET", "url": "https://dagshub.com/api/v1/repos/:owner/:repo/issues/:index/comments", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "index", "value": "", "type": "path" } ] }, "docs": "List comments on an issue" }, { "info": { "name": "Add a comment to an issue", "type": "http" }, "http": { "method": "POST", "url": "https://dagshub.com/api/v1/repos/:owner/:repo/issues/:index/comments", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "repo", "value": "", "type": "path" }, { "name": "index", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a comment to an issue" } ] } ], "bundled": true }