@kubb/plugin-client
Version:
API client generator plugin for Kubb, creating type-safe HTTP clients (Axios, Fetch) from OpenAPI specifications for making API requests.
6 lines (5 loc) • 334 B
text/typescript
export { classClientGenerator } from './classClientGenerator.tsx'
export { clientGenerator } from './clientGenerator.tsx'
export { groupedClientGenerator } from './groupedClientGenerator.tsx'
export { operationsGenerator } from './operationsGenerator.tsx'
export { staticClassClientGenerator } from './staticClassClientGenerator.tsx'