node-firefox-marketplace:与节点应用程序中的Firefox Marketplace API进行通信

时间:2024-06-20 11:17:58
【文件属性】:

文件名称:node-firefox-marketplace:与节点应用程序中的Firefox Marketplace API进行通信

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-20 11:17:58

JavaScript

WIP 节点-firefox-marketplace 用于与通信的 JavaScript 库。 这是一个正在进行的工作。 该库当前仅支持验证清单并将其上传到市场,因此您可以继续进行应用提交过程。 安装 npm install node-firefox-marketplace 用法 var MarketplaceClient = require ( 'node-firefox-marketplace' ) ; var fxos = new MarketplaceClient ( options ) ; 其中options是一个对象,包括: consumerKey (String) consumerSecret (String) environment (String) 可以是development或production 。 如果留空,它将默认为“开发” consumerKey和c


【文件预览】:
node-firefox-marketplace-master
----.gitignore(598B)
----README.md(3KB)
----tests()
--------unit()
----LICENSE(16KB)
----package.json(758B)
----index.js(4KB)
----gulpfile.js(115B)

网友评论