文件名称:node-steam-webapi:用于 node.js 的 Steam WebAPI 包装器
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-20 22:33:51
JavaScript
用于 node.js 的 Steam WebAPI 库 支持 Node v0.8.26(或更新版本),但可能适用于旧版本 中的许多方法都需要,并且是此库的要求。 所有方法都是在运行时创建的(在 Steam.ready 之后可用,它检索 API 方法),而不是编译时,因此理论上应该支持所有(现有和未来)Steam API 方法。 无需担心调用正确的 API 版本,因为它始终是最新的。 如果您必须使用不同的版本,只需将 {'version': x} 选项传入方法即可。 安装: npm install steam-webapi 例子 var Steam = require ( 'steam-webapi' ) ; // Set global Steam API Key Steam . key = "YOUR API KEY" ; Steam . ready ( function ( er
【文件预览】:
node-steam-webapi-master
----index.js(10KB)
----demos()
--------example_games.js(842B)
--------example.js(991B)
--------example_with_promises_generators.js(1KB)
--------example_league_listing.js(884B)
--------list_available_methods.js(2KB)
--------example_with_promises.js(1KB)
----package.json(1KB)
----test()
--------index.js(5KB)
----LICENSE(1KB)
----.npmignore(120B)
----.gitignore(120B)
----README.md(3KB)
----api_method_list.md(34KB)