RestClientFactory type
A REST client factory is the method used to create and initialize an IVssRestClient.
type RestClientFactory<T> = (options: IVssRestClientOptions) => T
Tento prehliadač už nie je podporovaný.
Inovujte na Microsoft Edge a využívajte najnovšie funkcie, aktualizácie zabezpečenia a technickú podporu.
Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
A REST client factory is the method used to create and initialize an IVssRestClient.
type RestClientFactory<T> = (options: IVssRestClientOptions) => T