1. 首页
  2. 数据库
  3. 其它
  4. engage digital js:用于RingCentral Engage API的简单JS API包装器 源码

engage digital js:用于RingCentral Engage API的简单JS API包装器 源码

上传者: 2021-04-07 06:30:16上传 ZIP文件 96.89KB 热度 15次
适用于JavaScript的RingCentral Engage数字客户端 用于RingCentral Engage API的简单JavaScript包装器。 。 安装 Node.js npm i ringcentral-engage-client 用法 api令牌 import RingCentralEngage from 'ringcentral-engage-client' const rc = new RingCentralEnage ( process . env . RINGCENTRAL_ENGAGE_API_TOKEN , process . env . RINGCENTRAL_ENGAGE_SERVER_URL ) let r = await rc . get ( '/1.0/roles' ) . catch ( console . log ) expect
用户评论