Files
Bubberstation/code/modules/tgs/v5/README.md
SkyratBot 0526768948 [MIRROR] Automatic TGS DMAPI Update (#2019)
* Update TGS DMAPI (#55323)

Co-authored-by: tgstation-server <tgstation-server@ users.noreply.github.com>

* Automatic TGS DMAPI Update

Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
Co-authored-by: tgstation-server <tgstation-server@ users.noreply.github.com>
2020-12-03 08:24:27 +00:00

385 B

DMAPI V5

This DMAPI implements bridge requests using HTTP GET requests to TGS. It has no security restrictions.

  • _defines.dm contains constant definitions.
  • api.dm contains the bulk of the API code.
  • commands.dm contains functions relating to /datum/tgs_chat_commands.
  • undefs.dm Undoes the work of _defines.dm.