@xemahq/artifact-store-internal-api-client
v0.1.0
Published
<!-- Generated by @xemahq/api-client-generator. Do not edit by hand. --> <p align="center"> <svg width="680" height="120" viewBox="0 0 680 120" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="@xemahq/artifact-store-internal-api-clien
Readme
@xemahq/artifact-store-internal-api-client
Typed, generated internal HTTP client for the Artifact Store API.
Overview
Auto-generated TypeScript client for the Artifact Store 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 Artifact Store 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/artifact-store-internal-api-clientUsage
// Every endpoint function and response model is exported from the package root.
import * as client from '@xemahq/artifact-store-internal-api-client';Call the typed endpoint functions; request and response shapes are fully typed from the service's OpenAPI spec.
License
Apache-2.0 © Xema — xema.dev
