aboutsummaryrefslogtreecommitdiff
path: root/docs/API.md
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-05-02 10:01:47 +0200
committerGitHub <[email protected]>2023-05-02 10:01:47 +0200
commit075d17f8ada47e990fe94606c3d21df409223465 (patch)
treee50549b766a2f3c354798a54ff73404217b4c9af /docs/API.md
parentfix: bundle shouldn't append content zip to zen (diff)
downloadzen-075d17f8ada47e990fe94606c3d21df409223465.tar.xz
zen-075d17f8ada47e990fe94606c3d21df409223465.zip
moved source directories into `/src` (#264)
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
Diffstat (limited to 'docs/API.md')
-rw-r--r--docs/API.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/API.md b/docs/API.md
new file mode 100644
index 000000000..33ca713c8
--- /dev/null
+++ b/docs/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.