UNPKG

@kubb/plugin-client

Version:

API client generator plugin for Kubb, creating type-safe HTTP clients (Axios, Fetch) from OpenAPI specifications for making API requests.

5 lines (4 loc) 256 B
export { classClientGenerator } from './classClientGenerator.tsx' export { clientGenerator } from './clientGenerator.tsx' export { groupedClientGenerator } from './groupedClientGenerator.tsx' export { operationsGenerator } from './operationsGenerator.tsx'