1. 首页
  2. 数据库
  3. 其它
  4. 7 Days to Die API wrapper::burrito:与7DTD Web API交互 源码

7 Days to Die API wrapper::burrito:与7DTD Web API交互 源码

上传者: 2021-05-13 20:16:44上传 ZIP文件 112.82KB 热度 16次
7天的API包装器死亡 来自Alloc的fixs模式的Web API的简单包装。 要求 运行Alloc修复程序的7天死服务器 该模块所需的端口与动态映射页面相同。 有关更多信息,请参见mod本身的文档 用法示例 使用npm npm i 7daystodie-api-wrapper --only=prod const SdtdApi = require ( '7daystodie-api-wrapper' ) ; const sdtdServer = { ip : "192.168.1.100" , port : "8082" , adminUser : "admin" , adminToken : "secret" } foo ( ) ; async function foo ( ) { let stats = await SdtdApi . getStat
用户评论