1
0
Fork 0
cautious-journey/docs/api/cautious-journey.githubremo...

30 lines
1.2 KiB
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [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) | | |