@xemahq/knowledge-base-api-client
v0.1.4
Published
Generated public API client for the Xema knowledge-base-api service.
Readme
@xemahq/knowledge-base-api-client
Typed, generated HTTP client for the Knowledge Base API.
Overview
Auto-generated TypeScript client for the Knowledge Base API. It exports typed
request functions and response models that mirror the service's OpenAPI surface,
so callers get end-to-end type safety without hand-writing HTTP calls. This
package is produced by @xemahq/api-client-generator and regenerated whenever
the service's API changes — do not edit it by hand.
When to use it
- Use it from any TypeScript service or app that calls the Knowledge Base API over HTTP.
- You get compile-time types for every endpoint and payload; regenerate to pick up API changes rather than editing the client.
Installation
pnpm add @xemahq/knowledge-base-api-clientUsage
// Every endpoint function and response model is exported from the package root.
import * as client from '@xemahq/knowledge-base-api-client';Call the typed endpoint functions; request and response shapes are fully typed from the service's OpenAPI spec.
License
Proprietary — © Xema. All rights reserved. — xema.dev
