文件名称:xboxlive-api:简单的 Xbox Live API 包装器
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-17 23:48:59
nodejs typescript xboxlive TypeScript
Xbox Live - API 简单的 Xbox Live API 包装器。 警告 此模块必须使用服务器端仅仅是为了防止问题和凭据泄漏。 安装 $ npm install @xboxreplay/xboxlive-api 示例用法 import XboxLiveAPI from '@xboxreplay/xboxlive-api' ; XboxLiveAPI . getPlayerSettings ( 'Zeny IC' , { userHash : 'YOUR_OWN_USER_HASH' , XSTSToken : 'YOUR_OWN_XSTS_TOKEN' } , [ 'UniqueModernGamertag' , 'GameDisplayPicRaw' , 'Gamerscore' , 'Location' ] ) . then ( console .
【文件预览】:
xboxlive-api-master
----package.json(820B)
----__tests__()
--------e2e.test.js(5KB)
----LICENCE(1KB)
----.prettierrc(198B)
----package-lock.json(4KB)
----src()
--------core()
--------config.ts(344B)
--------index.ts(10KB)
----.npmignore(81B)
----tsconfig.json(431B)
----.gitignore(20B)
----.npmrc(36B)
----README.md(18KB)
----.editorconfig(167B)