[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GithubRemote](./cautious-journey.githubremote.md) ## GithubRemote class Github/Octokit API implementation of the `Remote` contract. Signature: ```typescript export declare class GithubRemote extends BaseRemote implements Remote ``` Extends: BaseRemote<Octokit, [RemoteOptions](./cautious-journey.remoteoptions.md)> Implements: [Remote](./cautious-journey.remote.md) ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(options)](./cautious-journey.githubremote._constructor_.md) | | Constructs a new instance of the GithubRemote 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) | | |