From 075d17f8ada47e990fe94606c3d21df409223465 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Tue, 2 May 2023 10:01:47 +0200 Subject: 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 --- docs/API.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/API.md (limited to 'docs/API.md') 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. -- cgit v1.2.3