Files
Bubberstation/code/modules/tgs/v5
SkyratBot 0f96939336 [MIRROR] Automatic TGS DMAPI Update (#1672)
* Update TGS DMAPI (#54872)

* Automatic TGS DMAPI Update

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-11-11 02:51:59 +00:00
..

DMAPI V4

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.