RestClientFactory type
A REST client factory is the method used to create and initialize an IVssRestClient.
type RestClientFactory<T> = (options: IVssRestClientOptions) => T
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
A REST client factory is the method used to create and initialize an IVssRestClient.
type RestClientFactory<T> = (options: IVssRestClientOptions) => T