From 2e68ecc473fbf0fc73c6192ea12f4187d893e0b6 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 20 Mar 2018 13:07:25 +0000 Subject: [PATCH] Updated Editor Runtime API (markdown) --- Editor-Runtime-API.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Editor-Runtime-API.md b/Editor-Runtime-API.md index b1d58b7..808b2a0 100644 --- a/Editor-Runtime-API.md +++ b/Editor-Runtime-API.md @@ -14,6 +14,8 @@ The Authentication and Runtime API parts are already documented as part of the p All URLs are relative to `settings.httpAdminRoot`, which defaults to `/`. +
+ | Authentication | | |--------------------------------------------|----------------------------------------------------------| | GET /auth/login | Get the active authentication scheme | @@ -93,6 +95,9 @@ All URLs are relative to `settings.httpAdminRoot`, which defaults to `/`. |--------------------------------------------|----------------------------------------------------------| | WebSocket /comms | [Realtime comms between runtime and editor](Runtime-Editor-Comms-protocol) | +
+ + ### Internal API This is a snapshot of how the api is split across source files, and how each of those files reaches into the runtime api. This is a pain to manually generate, so there may be omissions and could likely fall out of sync with reality as things are rationalised.