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

45 lines
1.9 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)
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(options)](./cautious-journey.githubremote._constructor_.md) | | Constructs a new instance of the <code>GithubRemote</code> class |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [options](./cautious-journey.githubremote.options.md) | | [RemoteOptions](./cautious-journey.remoteoptions.md) | |
| [request](./cautious-journey.githubremote.request.md) | | Octokit | Github API client. Will not be set for a dry run. |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [connect()](./cautious-journey.githubremote.connect.md) | | |
| [createComment()](./cautious-journey.githubremote.createcomment.md) | | |
| [createLabel(options)](./cautious-journey.githubremote.createlabel.md) | | |
| [deleteLabel(options)](./cautious-journey.githubremote.deletelabel.md) | | |
| [getIssue()](./cautious-journey.githubremote.getissue.md) | | |
| [getLabel()](./cautious-journey.githubremote.getlabel.md) | | |
| [listIssues(options)](./cautious-journey.githubremote.listissues.md) | | |
| [listLabels(options)](./cautious-journey.githubremote.listlabels.md) | | |
| [splitProject(project)](./cautious-journey.githubremote.splitproject.md) | | |
| [updateIssue()](./cautious-journey.githubremote.updateissue.md) | | |
2020-08-13 01:40:28 +00:00
| [updateLabel(options)](./cautious-journey.githubremote.updatelabel.md) | | |