文件名称:node-agcod:适用于Amazon Gift Codes On Demand Web服务的Node.js API
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-21 09:20:52
amazon-web-services agcod JavaScript
到Amazon Giftcard On Demand Web服务的Node.js api网关 安装 npm install agcod 配置 在类似于example.json的config目录中创建一个development.json , sandbox.json和production.json 。 用法 const Client = require ( 'agcod' ) const client = new Client ( ) client . createGiftCard ( 'NA' , 123 , 'USD' , ( error , result ) => { console . log ( 'client.createGiftCard response' , error , result ) } ) 测验 在测试过程中,请求被nock拦截,并以所需的响应代码和内容进行响
【文件预览】:
node-agcod-master
----.eslintrc.json(147B)
----.gitignore(83B)
----package.json(1KB)
----index.js(4KB)
----examples()
--------temp.js(219B)
----README.md(1KB)
----tests()
--------unit.js(4KB)
--------certification.js(5KB)
--------integration.js(4KB)
----config()
--------default.json(537B)
--------example.json(149B)
----lib()
--------helpers.js(1KB)
----.editorconfig(41B)