engage digital js:用于RingCentral Engage API的简单JS API包装器 源码
适用于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
用户评论