@typespec/ts-http-runtime
Version:
Isomorphic client library for making HTTP requests in node.js and browser.
9 lines • 391 B
TypeScript
import type { Client, ClientOptions } from "./common.js";
/**
* Creates a client with a default pipeline
* @param endpoint - Base endpoint for the client
* @param credentials - Credentials to authenticate the requests
* @param options - Client options
*/
export declare function getClient(endpoint: string, clientOptions?: ClientOptions): Client;
//# sourceMappingURL=getClient.d.ts.map