1.1.1 • Published 8 years ago

co-rongcloud-api v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

RongCloud Server API(ES6版)

融云服务器端API。

功能列表

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

更新历史

  • 1.1.0 增加“加入聊天室”接口,更改API域名地址。
  • 1.0.1 修复若干BUG。
  • 1.0.0 第一版发布。

详细参见API文档

Installation

$ npm install co-rongcloud-api

Usage

var RongAPI = require('co-rongcloud-api');

var api = new RongAPI(appid, appsecret);
var token = yield* api.getToken('nick-ma');

Make Document

npm install doxmate -g
make dox

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

License

The MIT license.

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago