Rest
...args: AuthOptionsSends a request using the passed request
instance
Sends a request using the passed request
instance
Request method + URL. Example: 'GET /orgs/{org}'
Optional
parameters: RequestParametersURL, query or body parameters, as well as headers
, mediaType.{format|previews}
, request
, or baseUrl
.
Interface to implement complex authentication strategies for Octokit. An object Implementing the AuthInterface can directly be passed as the
auth
option in the Octokit constructor.For the official implementations of the most common authentication strategies, see https://github.com/octokit/auth.js