@xymou/chaster-client
v1.0.0
Published
Official TypeScript Client for @xymou/chaster
Readme
@xymou/chaster-client
Official TypeScript Client for the Chaster API.
Documentation
For detailed usage instructions, configuration, and examples, please refer to the SDK Guide.
Quick Start
import { OpenAPI, ItemsService } from '@xymou/chaster-client';
OpenAPI.BASE = 'https://api.your-chaster-instance.com/v1';
const item = await ItemsService.get('your-item-id');