xboxlive-api简单的Xbox Live API包装器
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 .
14.79KB
文件大小:
评论区