UNPKG

breathe-api

Version:

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

11 lines 341 B
import { generateNextJsClient } from './nextjs.js'; export async function generateReactClient(parsed, config) { const files = await generateNextJsClient(parsed, { ...config, platform: 'react', }); delete files['middleware.ts']; delete files['actions.ts']; return files; } //# sourceMappingURL=react.js.map