RestClientFactory type
A REST client factory is the method used to create and initialize an IVssRestClient.
type RestClientFactory<T> = (options: IVssRestClientOptions) => T
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
A REST client factory is the method used to create and initialize an IVssRestClient.
type RestClientFactory<T> = (options: IVssRestClientOptions) => T