RestClientFactory type
A REST client factory is the method used to create and initialize an IVssRestClient.
type RestClientFactory<T> = (options: IVssRestClientOptions) => T
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
A REST client factory is the method used to create and initialize an IVssRestClient.
type RestClientFactory<T> = (options: IVssRestClientOptions) => T