npm.io
0.1.1 • Published 2d ago

@xemahq/backlog-api-client

Licence
LicenseRef-Xema-BSL-1.1
Version
0.1.1
Deps
0
Size
134 kB
Vulns
0
Weekly
0

@xemahq/backlog-api-client Typed, generated HTTP client for the Backlog API. xema.dev

Website · npm

npm license types

@xemahq/backlog-api-client

Typed, generated HTTP client for the Backlog API.

Overview

Auto-generated TypeScript client for the Backlog 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 Backlog 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/backlog-api-client

Usage

// Every endpoint function and response model is exported from the package root.
import * as client from '@xemahq/backlog-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