Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ch-chat-api-typescript-axios

icloudhospital1.2kISC1.4.11TypeScript support: included

An OpenAPI generator tool for the CH Chat API, designed to simplify API client generation and streamline integration workflows.

axios, typescript, api generator, chat api, api client, icloudhospital, ch

readme

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

npm install ch-chat-api-typescript-axios

📚 Usage

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.