Files
Bubberstation/code/modules/tgs/v5
Jordan Brown e3c29070e6 Automatic TGS DMAPI Update (#55796)
This pull request updates the TGS DMAPI to the latest version.
2021-01-16 15:40:27 -03:00
..
2020-06-04 18:13:37 +02:00
2021-01-16 15:40:27 -03:00
2020-06-04 18:13:37 +02:00
2020-12-03 20:14:21 +13:00
2020-11-10 15:04:31 -03: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.