Type alias createWsUrlType

createWsUrlType: {
    apiEndpoint: string | URL;
    apiToken: string;
    path?: string;
}

createWsUrl

Type declaration

  • apiEndpoint: string | URL

    The API endpoint for authentication.

  • apiToken: string

    The API token for authentication.

  • Optional path?: string

    optional path for the websocker