UNPKG

@hey-api/client-next

Version:

🚀 Next.js client for `@hey-api/openapi-ts` codegen.

21 lines (20 loc) • 471 B
export { createClient } from './client'; export type { Client, ClientOptions, Config, CreateClientConfig, Options, OptionsLegacyParser, RequestOptions, RequestResult, TDataShape, } from './types'; export { createConfig } from './utils'; export type { Auth, QuerySerializerOptions } from '@hey-api/client-core'; export { buildClientParams, formDataBodySerializer, jsonBodySerializer, urlSearchParamsBodySerializer, } from '@hey-api/client-core';