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

1.7 KiB

Home > cautious-journey > GithubRemote

GithubRemote class

Github/Octokit API implementation of the Remote contract.

Signature:

export declare class GithubRemote extends BaseRemote<Octokit, RemoteOptions> implements Remote 

Extends: BaseRemote<Octokit, RemoteOptions>

Implements: Remote

Constructors

Constructor Modifiers Description
(constructor)(options) Constructs a new instance of the GithubRemote class

Methods

Method Modifiers Description
connect()
createComment(options)
createLabel(options)
deleteLabel(options)
getIssue()
getLabel()
listIssues(options)
listLabels(options)
resolvePath(project)
updateIssue(options)
updateLabel(options)