ch-chat-api-typescript-axios
Version:
An OpenAPI generator tool for the CH Chat API, designed to simplify API client generation and streamline integration workflows.
26 lines (16 loc) • 709 B
Markdown
A strongly-typed HTTP client for the CH Chat API, generated from OpenAPI specification. This package provides an Axios-based client with complete TypeScript type definitions for the CH Chat API.
```bash
npm install ch-chat-api-typescript-axios
```
```typescript
import { ChatApiClient } from 'ch-chat-api-typescript-axios';
const client = new ChatApiClient({
baseUrl: 'https://chat-api-int.icloudhospital.com',
accessToken: 'your-access-token',
});
```
For detailed documentation and usage examples, please refer to the [API Documentation](https://chat-api-int.icloudhospital.com/swagger/index.html).