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

48 lines
2.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)
## 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. |
| [writeCapable](./cautious-journey.githubremote.writecapable.md) | | boolean | |
| [writeRequest](./cautious-journey.githubremote.writerequest.md) | | Octokit | |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [connect()](./cautious-journey.githubremote.connect.md) | | |
2020-08-16 22:07:07 +00:00
| [createComment(options)](./cautious-journey.githubremote.createcomment.md) | | |
| [createLabel(options)](./cautious-journey.githubremote.createlabel.md) | | |
| [deleteLabel(options)](./cautious-journey.githubremote.deletelabel.md) | | |
2020-08-16 22:07:07 +00:00
| [formatBody(options)](./cautious-journey.githubremote.formatbody.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) | | |
2020-08-15 04:40:56 +00:00
| [updateIssue(options)](./cautious-journey.githubremote.updateissue.md) | | |
2020-08-13 01:40:28 +00:00
| [updateLabel(options)](./cautious-journey.githubremote.updatelabel.md) | | |