文件名称:BinaryBeast_API_Node.js:BinaryBeast 锦标赛经理
文件大小:31KB
文件格式:ZIP
更新时间:2024-06-28 07:59:49
JavaScript
BinaryBeast Node.js 模块 v0.1.3 编写这些modules是为了简化将binarybeast.com API 集成到 Node.js 应用程序的开发要求 安装 首先...安装binarybeast包 npm install binarybeast 存储库中有一个 example.js 文件,其中包含完整的教程和示例应用程序,但我们将在此处介绍基础知识,并列出可用的函数/参数 var bb = require('binarybeast'); 模块的index.js返回一个必须实例化的类,构造函数接受 1 个参数:您的 api 密钥 bb = new bb('your_api_key'); 您可以在 binarybeast.com 从您的用户设置中找到您的 api_key 另一个需要注意的有用页面是用户设置中的 API 历史页面。 它列出了您最近的 API 请
【文件预览】:
BinaryBeast_API_Node.js-master
----terms.txt(318B)
----binarybeast()
--------match.js(2KB)
--------index.js(5KB)
--------tournament.js(8KB)
--------team.js(8KB)
--------game.js(1KB)
--------country.js(1KB)
----package.json(548B)
----examples()
--------team_add.js(3KB)
--------game_search.js(701B)
--------tournament_start_seeded.js(2KB)
--------team_report_match.js(3KB)
--------team_check_in.js(2KB)
--------tournament_load.js(1KB)
--------country_search.js(654B)
--------team_get_opponent.js(4KB)
--------tournament_start.js(1KB)
--------tournament_create.js(2KB)
--------match_stream.js(4KB)
--------team_report_match_details.js(3KB)
--------tournament_update_rounds.js(3KB)
----.gitignore(25B)
----README.md(11KB)
----.gitattributes(32B)