From e92fb83b3827cb2851d73342f1c89f50193ec734 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 20 Mar 2018 13:02:37 +0000 Subject: [PATCH] Updated Editor Runtime API (markdown) --- Editor-Runtime-API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Editor-Runtime-API.md b/Editor-Runtime-API.md index 15bd9a4..4a5da30 100644 --- a/Editor-Runtime-API.md +++ b/Editor-Runtime-API.md @@ -114,3 +114,7 @@ This is a snapshot of how the api is split across source files, and how each of | api/editor/ui.js | `GET /`
`GET /[public resources]`
GET /icons
GET /icons/:module/:icon
GET /icons/:scope/:module/:icon | runtime.nodes.getNodeIconPath | | api/auth/index.js | `GET /auth/login`
`POST /auth/token`
`POST /auth/revoke` | api/auth/strategies.js
runtime.settings.adminAuth
runtime.settings.httpAdminRoot
runtime.settings.editorTheme
runtime.log.audit | | api/auth/tokens.js | | runtime.storage.getSessions
runtime.storage.saveSessions | + +![](images/runtime-api/nr-api-runtime-map-1.png) + +![](images/runtime-api/nr-api-runtime-map-2.png) \ No newline at end of file