文件名称:node-docusign:Node.js 的 Docusign 客户端
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-18 01:18:27
JavaScript
Docusign 客户端实现 有关更多用法信息,请参见jsdocs。 发送模板的过程的快速示例,然后等待各方签署后再退出: var Docusign = require ( 'docusign' ) ; var docusign = new Docusign ( { environment : 'demo' , // Defaults to production email : 'john@doe.com' , password : '' , key : '' } ) ; // Send a template to users to sign, then look up the template's // details and see if it's complete. docusign . template ( 'fbb88c9c-54b9-40d0
【文件预览】:
node-docusign-master
----.gitignore(628B)
----test()
--------client.test.js(3KB)
--------template.test.js(4KB)
----.eslintrc(208B)
----package.json(1KB)
----readme.md(1KB)
----index.js(42B)
----lib()
--------client.js(5KB)
--------util.js(341B)
--------request.js(110B)
--------errors.js(187B)
--------template.js(3KB)
--------envelope.js(2KB)