battlerite-node:Battlerite API的节点SDK

时间:2024-06-07 20:59:59
【文件属性】:

文件名称:battlerite-node:Battlerite API的节点SDK

文件大小:439KB

文件格式:ZIP

更新时间:2024-06-07 20:59:59

node battkerite battlerite-node JavaScript

争斗节点 用于访问官方Battlerite API的node.js SDk。 入门 要开始使用Battlerite-node,只需安装npm模块: npm install --save battlerite-node 基本用法 首先,您需要在文件中添加模块: const Battlerite = require('battlerite-node'); 然后在尝试检索任何数据之前,该模块需要知道您的API密钥: Battlerite.config({key: 'yourAPIkey'}); 要检索匹配项列表,请执行以下操作: Battlerite.Match.getList().then((matches) => { matches.forEach(doSomethingWithMatchData); }).catch(console.error); 您还可以选择要检索的


【文件预览】:
battlerite-node-master
----.gitignore(900B)
----package.json(614B)
----src()
--------maps.js(2KB)
--------team.js(3KB)
--------battlerite.js(816B)
--------match.js(9KB)
--------champions.js(2KB)
--------common()
--------player.js(4KB)
----LICENSE(1KB)
----README.md(2KB)
----.npmignore(914B)
----docs()
--------fonts()
--------champions.js.html(4KB)
--------Battlerite.maps.html(12KB)
--------match.js.html(9KB)
--------Battlerite.Team.html(10KB)
--------Battlerite.html(4KB)
--------maps.js.html(4KB)
--------global.html(16KB)
--------scripts()
--------player.js.html(5KB)
--------index.html(1KB)
--------battlerite.js.html(2KB)
--------Battlerite.Match.html(16KB)
--------styles()
--------team.js.html(5KB)
--------Battlerite.champions.html(21KB)
--------Battlerite.Player.html(10KB)

网友评论