meteor-simple-nexmo:nexmo API 的 nodejs 包装器

时间:2021-07-12 11:06:45
【文件属性】:
文件名称:meteor-simple-nexmo:nexmo API 的 nodejs 包装器
文件大小:3KB
文件格式:ZIP
更新时间:2021-07-12 11:06:45
JavaScript nexmo API 的 nodejs 包装器 安装 $ meteor add calvert:simple-nexmo 初始化 安装后,您可以通过以下方式初始化包: var nexmo = new Nexmo ( { apiKey : 'YOUR_API_KEY' , apiSecret : 'YOUR_API_SECRET' , baseUrl : 'API_BASE_URL' , useSSL : true , debug : false } ) ; apiKey 、 apiSecret :必需。 您可以在“API 设置”中找到它们 baseUrl :可选。 设置为 rest-sandbox.nexmo.com 以在沙箱中测试(默认:rest.nexmo.com) useSSL :可选。 设置为 true 以使用 HTTP 协议而不是 HTTPS(默认值:t
【文件预览】:
meteor-simple-nexmo-master
----.gitignore(37B)
----package.js(355B)
----LICENSE.md(1KB)
----CHANGELOG.md(64B)
----README.md(2KB)
----simple-nexmo.js(37B)

网友评论