chargehound-node:Node.js的Chargehound绑定

时间:2024-06-11 22:08:07
【文件属性】:

文件名称:chargehound-node:Node.js的Chargehound绑定

文件大小:13KB

文件格式:ZIP

更新时间:2024-06-11 22:08:07

client-library JavaScript

Chargehound node.js绑定 安装 npm install chargehound 用法 每个资源都可以通过chargehound实例进行访问: var chargehound = require ( 'chargehound' ) ( '{ YOUR_API_KEY }' ) ; 要求 每个资源方法都接受一个可选的回调作为最后一个参数: chargehound . Disputes . submit ( 'dp_123' , { fields : { customer_name : 'Susie' } } , function ( err , dispute ) { err ; // null if no error occurred dispute ; // the submitted dispute object } ) ; 此外,每


【文件预览】:
chargehound-node-main
----.travis.yml(82B)
----example()
--------submit-dispute.js(1KB)
----package.json(881B)
----test()
--------error.spec.js(2KB)
--------mocha.opts(19B)
--------resources()
--------index.spec.js(3KB)
----CHANGELOG(930B)
----LICENSE(1KB)
----.npmignore(140B)
----.gitignore(104B)
----lib()
--------api-requestor.js(3KB)
--------index.js(1KB)
--------error.js(1KB)
--------resources()
----README.md(2KB)
----.eslintignore(12B)
----.node-version(7B)

网友评论