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.
npm install ch-chat-api-typescript-axios
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.