aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'API.md')
-rw-r--r--API.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/API.md b/API.md
deleted file mode 100644
index 33ca713c8..000000000
--- a/API.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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.