1.4 KiB
1.4 KiB
Home > cautious-journey > GithubRemote
GithubRemote class
Github/Octokit API implementation of the Remote
contract.
Signature:
export declare class GithubRemote implements Remote
Implements: Remote
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(options) | Constructs a new instance of the GithubRemote class |
Methods
Method | Modifiers | Description |
---|---|---|
createComment() | ||
createLabel() | ||
deleteLabel() | ||
getIssue() | ||
getLabel() | ||
listIssues() | ||
listLabels() | ||
updateIssue() | ||
updateLabel() |