@careevolution/orchestrate
Version:
A TypeScript client for the Orchestrate API
5 lines (4 loc) • 416 B
TypeScript
import { IHttpHandler } from "./httpHandler.js";
export declare function createHttpHandler(apiKey: string | undefined, baseUrl?: string | undefined): IHttpHandler;
export declare function createIdentityHttpHandler(apiKey: string | undefined, metricsKey: string | undefined, baseUrl: string | undefined): IHttpHandler;
export declare function createLocalHashingHttpHandler(baseUrl: string | undefined): IHttpHandler;