node-gyft:节点的 Gyft API 客户端

时间:2024-07-20 09:06:03
【文件属性】:

文件名称:node-gyft:节点的 Gyft API 客户端

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-20 09:06:03

JavaScript

吉夫特 用于访问 Gyft API 的客户端 安装 $ npm install --save gyft 测试 $ npm test 例子 var Gyft = require ( 'gyft' ) var gyft = Gyft ( { apiKey : 'blah' , secret : 'blah' } ) gyft . listCards ( function ( err , cards ) { if ( err ) throw err // error should be handled, not thrown console . log ( cards ) // => [ { id: // => , merchant_id: // => , merchant_name: <merchant name


【文件预览】:
node-gyft-master
----.gitignore(13B)
----package.json(628B)
----LICENSE(1KB)
----index.js(34B)
----README.md(2KB)
----lib()
--------index.js(3KB)
----test()
--------test.js(3KB)
--------mock.js(1017B)
--------fixtures()

网友评论