ch-chat-api-typescript-axios
TypeScript icon, indicating that this package has built-in type declarations

1.4.4 • Public • Published

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.

Package Sidebar

Install

npm i ch-chat-api-typescript-axios

Weekly Downloads

174

Version

1.4.4

License

ISC

Unpacked Size

319 kB

Total Files

125

Last publish

Collaborators

  • cloudhospital