UNPKG

breathe-api

Version:

Model Context Protocol server for Breathe HR APIs with Swagger/OpenAPI support - also works with custom APIs

4 lines 268 B
import { CodeGeneration } from '../types/api.js'; import { ParsedSwagger } from '../tools/swagger-parser.js'; export declare function generateRubyClient(parsed: ParsedSwagger, config: CodeGeneration): Promise<Record<string, string>>; //# sourceMappingURL=ruby.d.ts.map