Constructors

Properties

api: API
endpoint?: URL
key?: string
options: Omit<IStreamingAPI, "api" | "updates">
socket?: WebSocket
started: boolean = false
updates: Updates

Accessors

Methods

  • Executes the HTTP request for rules

    Type Parameters

    • T = never

    Parameters

    • method: string
    • payload: object = {}

    Returns Promise<T>

  • Processes server messages

    Parameters

    • __namedParameters: {
          service_code: number;
      }
      • service_code: number

    Returns Promise<void>

Generated using TypeDoc