Class Client

Api

public

Classdesc

An API client for Stable Horde.

Hierarchy

  • Client

Constructors

  • Parameters

    • Optional options: StableHordeClientOptions

      The options for the client.

    Returns Client

Methods

  • Creates an asynchronous request handler for a single request. This request handler will emit events as the request progresses, given a specific polling interval.

    Returns

    The request handler.

    Parameters

    • Optional pollingInterval: number = 5000

      The polling interval in milliseconds. Defaults to 5000.

    Returns StableHordeAsyncRequestHandler

Generated using TypeDoc