mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updated Editor Runtime API (markdown)
parent
6f6b510ebf
commit
e92fb83b38
@ -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)
|
Loading…
Reference in New Issue
Block a user