Update TGS DMAPI

This commit is contained in:
tgstation-server
2020-11-17 00:37:11 +00:00
parent bf69245a58
commit 03b2f1ac2e
4 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
// tgstation-server DMAPI
#define TGS_DMAPI_VERSION "5.2.7"
#define TGS_DMAPI_VERSION "5.2.8"
// All functions and datums outside this document are subject to change with any version and should not be relied on.

View File

@@ -14,4 +14,4 @@
#include "v5\_defines.dm"
#include "v5\api.dm"
#include "v5\commands.dm"
#include "v5\undef.dm"
#include "v5\undefs.dm"

View File

@@ -0,0 +1,8 @@
# DMAPI V4
This DMAPI implements bridge requests using HTTP GET requests to TGS. It has no security restrictions.
- [_defines.dm](./_defines.dm) contains constant definitions.
- [api.dm](./api.dm) contains the bulk of the API code.
- [commands.dm](./commands.dm) contains functions relating to `/datum/tgs_chat_command`s.
- [undefs.dm](./undefs.dm) Undoes the work of `_defines.dm`.