Updated Editor Runtime API (markdown)

Nick O'Leary 2018-03-20 13:02:37 +00:00
parent 6f6b510ebf
commit e92fb83b38
1 changed files with 4 additions and 0 deletions

@ -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 /`<br/>`GET /[public resources]`<br/>GET /icons<br/>GET /icons/:module/:icon<br/>GET /icons/:scope/:module/:icon | runtime.nodes.getNodeIconPath |
| api/auth/index.js | `GET /auth/login`<br/>`POST /auth/token`<br/>`POST /auth/revoke` | api/auth/strategies.js<br/>runtime.settings.adminAuth<br/>runtime.settings.httpAdminRoot<br/>runtime.settings.editorTheme<br/>runtime.log.audit |
| api/auth/tokens.js | | runtime.storage.getSessions<br/>runtime.storage.saveSessions |
![](images/runtime-api/nr-api-runtime-map-1.png)
![](images/runtime-api/nr-api-runtime-map-2.png)