rongcloud-sdk-es7

1.2.0 • Public • Published

RongCloud Server API(ES7版)

融云服务器端API。

功能列表

  • 用户服务
  • 群组服务
  • 敏感词服务
  • 聊天室服务
  • 历史消息服务
  • 发送消息(文本、图片、语音、视频、音乐、图文)

更新历史

  • 1.2.0 此版本支持 async/await

详细参见API文档

Installation

$ npm install rongcloud-api-es7

Usage

let RongAPI = require('rongcloud-api-es7');
 
let api = new RongAPI(appid, appsecret);
let token = await api.getToken('llqgit');

Make Document

npm install doxmate -g
make dox

文档在 ./doc/index.html 处。

修改参考 co-rongcloud-api @nick-ma

License

The MIT license.

Package Sidebar

Install

npm i rongcloud-sdk-es7

Weekly Downloads

1

Version

1.2.0

License

MIT

Last publish

Collaborators

  • llq