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.

4 lines (3 loc) 190 B
export { clientGenerator } from './clientGenerator.tsx' export { operationsGenerator } from './operationsGenerator.tsx' export { groupedClientGenerator } from './groupedClientGenerator.tsx'