Interface IBuildUrlParams

interface IBuildUrlParams {
    apiPart?: string | boolean;
    apiVersion?: number;
    baseURL?: string;
    proxyNamespace?: proxyNamespace;
    site?: string;
    url?: string;
}

Properties

apiPart?: string | boolean

add the /api in the URL ? or maybe the wss ?

apiVersion?: number

the APIVersion

baseURL?: string
proxyNamespace?: proxyNamespace

the namespace of the proxy part default network

site?: string

the current site selected

url?: string

Generated using TypeDoc