@openapi-qraft/react
Version:
OpenAPI client for React, providing type-safe requests and dynamic TanStack Query React Hooks via a modular, Proxy-based architecture.
3 lines • 708 B
TypeScript
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';
//# sourceMappingURL=index.d.ts.map