Files
Bubberstation/code/modules/tgs/v5
github-actions[bot] 7dbc42978f Update TGS DMAPI (#3574)
Co-authored-by: tgstation-server <tgstation-server@users.noreply.github.com>
2021-02-22 02:07:01 +00:00
..
2021-02-22 02:07:01 +00: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.