Skip to content

0.1

Choose a tag to compare

@pschilly pschilly released this 18 Aug 20:59
· 50 commits to main since this release

Initial Release - v0.1

All API endpoints as of 18 Aug 25 available as per:

  • [GET] /serverstats >> DciServerBotApi::getServerStats()
  • [GET] /servers >> DciServerBotApi::getServerList()
  • [GET] /squadrons >> DciServerBotApi::getSquadronList()
  • [POST] /squadron_members >> DciServerBotApi::getSquadronMembers()
  • [POST] /getuser >> DciServerBotApi::getUser()
  • [POST] /linkme >> DciServerBotApi::linkMe()
  • [POST] /player_squadrons >> DciServerBotApi::getPlayerSquadrons()
  • [GET] /topkills >> DciServerBotApi::getTopKills()
  • [GET] /topkdr >> DciServerBotApi::getTopKDR()
  • [POST] /weaponpk >> DciServerBotApi::getTrueSkillStats()
  • [POST] /stats >> DciServerBotApi::getWeaponPK()
  • [POST] /player_info >> DciServerBotApi::getStats()
  • [GET] /highscore >> DciServerBotApi::getHighscore()
  • [POST] /traps >> DciServerBotApi::getTraps()
  • [POST] /credits >> DciServerBotApi::getCredits()
  • [POST] /squadron_credits >> DciServerBotApi::getSquadronCredits()

TODO

  • Implement caching including config option to disable.