30 lines
1.2 KiB
Markdown
30 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) > [GithubRemote](./cautious-journey.githubremote.md)
|
||
|
|
||
|
## GithubRemote class
|
||
|
|
||
|
Github/Octokit API implementation of the `Remote` contract.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare class GithubRemote implements Remote
|
||
|
```
|
||
|
<b>Implements:</b> [Remote](./cautious-journey.remote.md)
|
||
|
|
||
|
## Methods
|
||
|
|
||
|
| Method | Modifiers | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [createComment()](./cautious-journey.githubremote.createcomment.md) | | |
|
||
|
| [createLabel()](./cautious-journey.githubremote.createlabel.md) | | |
|
||
|
| [deleteLabel()](./cautious-journey.githubremote.deletelabel.md) | | |
|
||
|
| [getIssue()](./cautious-journey.githubremote.getissue.md) | | |
|
||
|
| [getLabel()](./cautious-journey.githubremote.getlabel.md) | | |
|
||
|
| [listIssues()](./cautious-journey.githubremote.listissues.md) | | |
|
||
|
| [listLabels()](./cautious-journey.githubremote.listlabels.md) | | |
|
||
|
| [updateIssue()](./cautious-journey.githubremote.updateissue.md) | | |
|
||
|
| [updateLabel()](./cautious-journey.githubremote.updatelabel.md) | | |
|
||
|
|