From d8d7ef78a9a0a6bdbc4f31f0fe3bea31a7eafa32 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 5 Mar 2018 10:08:53 +0000 Subject: [PATCH] Updated Editor Runtime HTTP API (markdown) --- Editor-Runtime-HTTP-API.md => Editor-Runtime-API.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename Editor-Runtime-HTTP-API.md => Editor-Runtime-API.md (94%) diff --git a/Editor-Runtime-HTTP-API.md b/Editor-Runtime-API.md similarity index 94% rename from Editor-Runtime-HTTP-API.md rename to Editor-Runtime-API.md index f9d1014..6e20430 100644 --- a/Editor-Runtime-HTTP-API.md +++ b/Editor-Runtime-API.md @@ -1,4 +1,4 @@ -This is a snap-shot of the complete HTTP interface between the editor and runtime. +This is a snap-shot of the complete HTTP and WebSocket interface between the editor and runtime. The Authentication and Runtime API parts are already documented as part of the public API. @@ -76,3 +76,7 @@ The Authentication and Runtime API parts are already documented as part of the p | POST /projects/:id/remotes | Add a remote | | DELETE /projects/:id/remotes/:remoteName | Delete a remote | | PUT /projects/:id/remotes/:remoteName | Update a remote | + +| Comms API | | +|--------------------------------------------|----------------------------------------------------------| +| WebSocket /comms | |