1.2 KiB
1.2 KiB
Home > cautious-journey > Remote
Remote interface
Basic functions which every remote API must provide.
Signature:
export interface Remote
Methods
Method | Description |
---|---|
connect() | |
createComment(options) | Add a comment to an issue (for attribution and auditing). |
createLabel(options) | Create a new label. |
deleteLabel(options) | Delete an existing label. |
listIssues(options) | List all issues. |
listLabels(options) | List all labels. |
updateIssue(options) | Update an issue. Only labels will be modified. |
updateLabel(options) | Update a label. |