mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-31 08:07:54 +01:00
9 lines
385 B
Markdown
9 lines
385 B
Markdown
# DMAPI V5
|
|
|
|
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`.
|