[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [Remote](./cautious-journey.remote.md) ## Remote interface Basic functions which every remote API must provide. Signature: ```typescript export interface Remote ``` ## Methods | Method | Description | | --- | --- | | [connect()](./cautious-journey.remote.connect.md) | | | [createComment(options)](./cautious-journey.remote.createcomment.md) | Add a comment to an issue (for attribution and auditing). | | [createLabel(options)](./cautious-journey.remote.createlabel.md) | Create a new label. | | [deleteLabel(options)](./cautious-journey.remote.deletelabel.md) | Delete an existing label. | | [listIssues(options)](./cautious-journey.remote.listissues.md) | List all issues. | | [listLabels(options)](./cautious-journey.remote.listlabels.md) | List all labels. | | [updateIssue(options)](./cautious-journey.remote.updateissue.md) |

Update an issue.

Only labels will be modified.

| | [updateLabel(options)](./cautious-journey.remote.updatelabel.md) | Update a label. |