Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Callable

  • __call(responsePromise: Promise<Octokit.AnyResponse>, callback?: undefined | ((response: Octokit.AnyResponse, done: () => void) => any)): Promise<any[]>
  • __call(Route: string, EndpointOptions?: Octokit.EndpointOptions, callback?: undefined | ((response: Octokit.AnyResponse, done: () => void) => any)): Promise<any[]>
  • __call(EndpointOptions: EndpointOptions, callback?: undefined | ((response: Octokit.AnyResponse, done: () => void) => any)): Promise<any[]>
  • Parameters

    • responsePromise: Promise<Octokit.AnyResponse>
    • Optional callback: undefined | ((response: Octokit.AnyResponse, done: () => void) => any)

    Returns Promise<any[]>

  • Parameters

    • Route: string
    • Optional EndpointOptions: Octokit.EndpointOptions
    • Optional callback: undefined | ((response: Octokit.AnyResponse, done: () => void) => any)

    Returns Promise<any[]>

  • Parameters

    • EndpointOptions: EndpointOptions
    • Optional callback: undefined | ((response: Octokit.AnyResponse, done: () => void) => any)

    Returns Promise<any[]>

Index

Properties

Properties

iterator

iterator: (EndpointOptions: EndpointOptions) => AsyncIterableIterator<Octokit.AnyResponse>

Type declaration

    • (EndpointOptions: EndpointOptions): AsyncIterableIterator<Octokit.AnyResponse>
    • Parameters

      Returns AsyncIterableIterator<Octokit.AnyResponse>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc