Constructors
Accessors
createAppUrl
- get createAppUrl(): string
Returns string
Methods
createAppFromCode
- createAppFromCode(code, probotOptions?): Promise<any>
Parameters
- code: string
Optional
probotOptions: OctokitOptions
Returns Promise<any>
createWebhookChannel
- createWebhookChannel(): Promise<undefined | string>
Returns Promise<undefined | string>
getManifest
- getManifest(pkg, baseUrl): string
Returns string
updateEnv
- updateEnv(env): Promise<Env>
Returns Promise<Env>