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

39 lines
1.7 KiB
Markdown

<!-- 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 extends BaseRemote<Octokit, RemoteOptions> implements Remote
```
<b>Extends:</b> BaseRemote&lt;Octokit, [RemoteOptions](./cautious-journey.remoteoptions.md)<!-- -->&gt;
<b>Implements:</b> [Remote](./cautious-journey.remote.md)
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(options)](./cautious-journey.githubremote._constructor_.md) | | Constructs a new instance of the <code>GithubRemote</code> class |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [connect()](./cautious-journey.githubremote.connect.md) | | |
| [createComment(options)](./cautious-journey.githubremote.createcomment.md) | | |
| [createLabel(options)](./cautious-journey.githubremote.createlabel.md) | | |
| [deleteLabel(options)](./cautious-journey.githubremote.deletelabel.md) | | |
| [labelName(label)](./cautious-journey.githubremote.labelname.md) | | |
| [listIssues(options)](./cautious-journey.githubremote.listissues.md) | | |
| [listLabels(options)](./cautious-journey.githubremote.listlabels.md) | | |
| [resolvePath(project)](./cautious-journey.githubremote.resolvepath.md) | | |
| [updateIssue(options)](./cautious-journey.githubremote.updateissue.md) | | |
| [updateLabel(options)](./cautious-journey.githubremote.updatelabel.md) | | |