hellosign:用于Node.js的HelloSign API包装器

时间:2024-06-05 02:43:38
【文件属性】:

文件名称:hellosign:用于Node.js的HelloSign API包装器

文件大小:49KB

文件格式:ZIP

更新时间:2024-06-05 02:43:38

JavaScript

HelloSign 用于Node.js的HelloSign API包装器。 请参阅的API文档 安装 npm install hellosign 测验 从设置页面获取API密钥: : 将config.json.sample复制到config.json并使用您的帐户设置更新文件。 npm i -g mocha npm test 用法 该模块包装api并返回 promises。 var fs = require("fs"); var path = require("path"); var HelloSign = require('hellosign'); var test_mode = true; var signature_request = new HelloSign.SignatureRequest("YOUR_API_KEY_HERE", test_mode); va


【文件预览】:
hellosign-master
----config.json.sample(85B)
----lib()
--------hellosign.js(12KB)
----test()
--------hellosign.js(6KB)
--------files()
----README.md(3KB)
----.gitignore(548B)
----package.json(663B)

网友评论