28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [Remote](./cautious-journey.remote.md)
|
|
|
|
## Remote interface
|
|
|
|
Basic functions which every remote API must provide.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```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. |
|
|
|