@metis-w/api-client
Version:
Modern TypeScript HTTP API client with dynamic routes, parameterized endpoints, interceptors, and advanced features
14 lines • 690 B
TypeScript
export * from "./logging";
export * from "./timing";
export * from "./cache";
import type { LoggingOptions } from "./logging";
export declare const createLoggingSetup: (options?: LoggingOptions) => {
request: (config: import("..").RequestConfig) => import("..").RequestConfig;
response: (response: import("..").APIResponse) => import("..").APIResponse;
error: (error: import("..").ClientError) => import("..").ClientError;
};
export declare const createPerformanceSetup: () => {
request: (config: import("..").RequestConfig) => import("..").RequestConfig;
response: (response: import("..").APIResponse) => import("..").APIResponse;
};
//# sourceMappingURL=index.d.ts.map