aboutsummaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-06-10 14:44:00 +0200
committerStefan Boberg <[email protected]>2022-06-10 14:44:00 +0200
commitd9a5653bf1e9cfe5b40dd28825a34d23a8e06150 (patch)
tree99476f66a45f4daece8cbc1afa736dac980ccd0e /API.md
parentadded IoBuffer::MutableData() (diff)
downloadzen-d9a5653bf1e9cfe5b40dd28825a34d23a8e06150.tar.xz
zen-d9a5653bf1e9cfe5b40dd28825a34d23a8e06150.zip
added API note
Diffstat (limited to 'API.md')
-rw-r--r--API.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/API.md b/API.md
new file mode 100644
index 000000000..33ca713c8
--- /dev/null
+++ b/API.md
@@ -0,0 +1,6 @@
+# API status
+
+Zen exposes a REST API which is currently intended to be used from Unreal Engine
+only. It is an internal implementation detail and is subject to change especially
+during the beta phase. Thus it is not recommended that you interface with this API
+directly.