3.0.0 • Published 3 years ago

@neelkamath/omni-chat v3.0.0

Weekly downloads
91
License
MIT
Repository
github
Last release
3 years ago

Omni Chat JS

npm (scoped)

Omni Chat API JavaScript wrapper library.

  • Platforms: Browsers supporting ES6 or higher
  • Module systems: ECMAScript Modules
  • Programming languages: ES6 (JavaScript, TypeScript, etc. which target ES6 or higher)
  • Static types: TypeScript definitions bundled

Installation

This table shows which versions of Omni Chat JS support which versions of Omni Chat Backend:

Omni Chat JSOmni Chat Backend
3.0.0 or higher0.24.0 or higher
2.0.0 - 2.0.10.23.0
0.12.0 - 1.0.00.19.0 - 0.22.0
0.11.00.18.0
0.8.0 - 0.10.00.17.0
0.5.0 - 0.7.00.16.0
0.1.0 - 0.4.00.15.0
npm i @neelkamath/omni-chat

Usage

  • Here's the latest version's documentation. To view a previous version's documentation, find the relevant release, download docs.zip from Assets, unzip it, and open docs/index.html in your browser.
  • Changelog
  • Never import APIs from nested files.

    For example, this is correct:

    import { RestApi } from '@neelkamath/omni-chat';

    For example, this is incorrect:

    import { getMediaMessage } from '@neelkamath/omni-chat/dist/restApi/operator';

Contributing

License

This project is under the MIT License.

3.0.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago

0.12.0

3 years ago

0.13.0

3 years ago

0.11.0

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago