UNPKG

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
# CH Chat API TypeScript Axios Client 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. ## 🚀 Installation ```bash npm install ch-chat-api-typescript-axios ``` ## 📚 Usage ```typescript import { ChatApiClient } from 'ch-chat-api-typescript-axios'; const client = new ChatApiClient({ baseUrl: 'https://chat-api-int.icloudhospital.com', accessToken: 'your-access-token', }); ``` ## 📚 Documentation For detailed documentation and usage examples, please refer to the [API Documentation](https://chat-api-int.icloudhospital.com/swagger/index.html).