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) 164 B
export { ClassClient } from './ClassClient.tsx' export { Client } from './Client.tsx' export { Operations } from './Operations.tsx' export { Url } from './Url.tsx'