Files
Bubberstation/code/modules/tgs/v5
SkyratBot d10a30fc0d [MIRROR] Automatic TGS DMAPI Update [MDB IGNORE] (#17005)
* Automatic TGS DMAPI Update (#70662)

Update TGS DMAPI

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

* Automatic TGS DMAPI Update

Co-authored-by: orange man <61334995+comfyorange@users.noreply.github.com>
Co-authored-by: tgstation-server <tgstation-server@ users.noreply.github.com>
2022-10-19 23:30:06 -04:00
..

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.