steam-api-helpers:Steam API帮助程序功能

时间:2024-04-20 03:09:19
【文件属性】:

文件名称:steam-api-helpers:Steam API帮助程序功能

文件大小:96KB

文件格式:ZIP

更新时间:2024-04-20 03:09:19

JavaScript

用于选择Steam API端点的工具/参考。 安装 npm install https://github.com/juliarose/steam-api-helpers 用法 const createSteamAPI = require ( 'steam-api-helpers' ) ; const API_KEY = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' ; // pass your api key to the function const { getBackpack } = createSteamAPI ( API_KEY ) ; async function getTF2Inventory ( steamid ) { return getBackpack ( '440' , steamid ) ; } ( async function ( )


【文件预览】:
steam-api-helpers-main
----.eslintrc.json(1KB)
----package.json(507B)
----package-lock.json(326KB)
----LICENSE(1KB)
----index.js(22KB)
----CHANGELOG.md(12B)
----utils.js(4KB)
----examples()
--------strange-item-count.js(917B)
----README.md(23KB)
----requests.js(3KB)

网友评论