1.9 KiB
1.9 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 |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
forReal | boolean | ||
options | RemoteOptions | ||
request | Octokit |