편집

다음을 통해 공유


RestClientFactory type

A REST client factory is the method used to create and initialize an IVssRestClient.

type RestClientFactory<T> = (options: IVssRestClientOptions) => T