Skip to content

Releases: pschilly/dcs-server-bot-api

0.2.1

20 Aug 03:33

Choose a tag to compare

Full Changelog: v0.2...v0.2.1

0.2

20 Aug 03:26

Choose a tag to compare

0.2

Full Changelog: v0.1...v0.2

0.1

18 Aug 20:59

Choose a tag to compare

0.1

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.