UNPKG

@openapi-qraft/react

Version:

OpenAPI client for React, providing type-safe requests and dynamic TanStack Query React Hooks via a modular, Proxy-based architecture.

29 lines (28 loc) 721 B
export { qraftAPIClient, type CreateAPIClientOptions, type CreateAPIBasicQueryClientOptions, type CreateAPIBasicClientOptions, type CreateAPIQueryClientOptions, type APIQueryClientServices, type APIDefaultQueryClientServices, type APIBasicQueryClientServices, type APIBasicClientServices, type APIUtilityClientServices, type UnionServiceOperationsDeclaration, type QraftClientOptions, } from './qraftAPIClient.js'; export { requestFn, baseRequestFn, urlSerializer, bodySerializer, mergeHeaders, type RequestFn, type RequestFnResponse, type HeadersOptions, type RequestFnOptions, type RequestFnInfo, type OperationSchema, type RequestFnPayload, } from './lib/requestFn.js';