node ari client 源码
节点客户端 该模块包含用于Asterisk REST接口的Node.js客户端库。它建立在swagger-js库的基础上,相对于swagger-js生成的API提供了改进的,特定于Asterisk的API。 目录 用法 安装 $ npm install ari-client 原料药 客户端公开了一个连接功能,该功能可用于连接到ARI实例并为客户端配置所有可用资源和操作。 回调: var client = require ( 'ari-client' ) ; client . connect ( url , username , password , function ( err , ari ) { } ) 承诺: var client = require ( 'ari-client' ) ; client . connect ( url , username , password )
文件列表
node-ari-client-main.zip
(预估有个50文件)
node-ari-client-main
.travis.yml
44B
.nvmrc
2B
.jshintignore
26B
gh-md-toc
10KB
package.json
1KB
test
helpers.js
6KB
client.js
22KB
events.js
7KB
暂无评论