Properties
Octokit
Octokit: Octokit.Static
Optional agent
agent: http.Agent
Optional auth
auth: string | { on2fa: () => Promise<string>; password: string; username: string } | { clientId: string; clientSecret: string } | (() => string | Promise<string>) | any
Optional authStrategy
authStrategy: any
Optional baseUrl
baseUrl: undefined | string
Optional catchErrors
catchErrors: undefined | false | true
Optional cert
cert: undefined | string
Optional debug
debug: undefined | false | true
Optional githubToken
githubToken: undefined | string
Optional headers
headers: undefined | {}
Optional id
id: undefined | number
Optional log
log: undefined | { debug?: undefined | ((message: string, info?: undefined | object) => void); error?: undefined | ((message: string, info?: undefined | object) => void); info?: undefined | ((message: string, info?: undefined | object) => void); warn?: undefined | ((message: string, info?: undefined | object) => void) }
Optional port
port: undefined | number
Optional previews
previews: string[]
Optional redisConfig
redisConfig: Redis.RedisOptions
Optional request
request: undefined | { agent?: http.Agent; timeout?: undefined | number }
Optional router
router: express.Router
Optional secret
secret: undefined | string
Optional throttleOptions
throttleOptions: any
Optional timeout
timeout: undefined | number
Optional userAgent
userAgent: undefined | string
Optional webhookPath
webhookPath: undefined | string
Optional webhookProxy
webhookProxy: undefined | string
Use {request: {agent}} instead. See https://github.com/octokit/request.js#request