breathe-api
Version:
Model Context Protocol server for Breathe HR APIs with Swagger/OpenAPI support - also works with custom APIs
8 lines • 545 B
TypeScript
export declare function sanitizeUrl(url: string): string;
export declare function sanitizeHeaders(headers: Record<string, string>): Record<string, string>;
export declare function sanitizeParams(params: Record<string, any>): Record<string, string>;
export declare function sanitizeRequestBody(data: any): any;
export declare function sanitizePath(path: string): string;
export declare function sanitizeSqlParam(param: string): string;
export declare function validateBreatheApiPath(path: string): boolean;
//# sourceMappingURL=sanitizer.d.ts.map