-
Rocket.Chat.RealTime.API.RxJS: 一种抽象方法,用于通过RxJS实现对Rocket.Chat实时API的调用
资源介绍
Rocket.Chat.RealTime.API.RxJS
使用的方法的
安装
npm install --save rocket.chat.realtime.api.rxjs
对于RxJS v5版本的软件包
npm install --save rocket.chat.realtime.api.rxjs@1.0.0
用法
import { RealTimeAPI } from "rocket.chat.realtime.api.rxjs";
const realTimeAPI = new RealTimeAPI("wss://demo.rocket.chat/websocket");
// Provide, URL to the Rocket.Chat's Realtime API.
realTimeAPI.keepAlive().subscribe();
// Responds