Class WispInterface

The primary Wisp Interface, exposing interactions with both the HTTP and Websockets API

Param: domain

The Domain of the Pterodactyl/Wisp panel (e.g. my.gamepanel.gg)

Param: uuid

The UUID of the server to reference in all API requests

Param: token

The panel API token to use for authorization

Param: ghPAT

The Github Personal Access Token used for Cloning/Pulling of private repositories. This may be omitted if you do not need to interact with private repositories

Constructors

Properties

Methods

Constructors

Properties

api: WispAPI
logger: any
socket: WispSocket

Methods

  • Manually disconnects from the Websocket connection(s)

    Returns Promise<void>

Generated using TypeDoc