From e1c6a17a8070a446c2a9ca1e225f71a21ed1f1d5 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 20 Mar 2018 10:47:01 +0000 Subject: [PATCH] Updated Editor Runtime API (markdown) --- Editor-Runtime-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor-Runtime-API.md b/Editor-Runtime-API.md index 10cbcc0..15bd9a4 100644 --- a/Editor-Runtime-API.md +++ b/Editor-Runtime-API.md @@ -99,7 +99,7 @@ This is a snapshot of how the api is split across source files, and how each of | | | | |------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| api/admin/flow.js | `GET /flow/:id`
`POST /flow`
`DELETE /flow/:id`
`PUT /flow/:id` | "runtime.log.audit
runtime.nodes.getFlow(id)
runtime.nodes.addFlow(flow)
runtime.nodes.updateFlow(id,flow)
runtime.nodes.removeFlow(id)" | +| api/admin/flow.js | `GET /flow/:id`
`POST /flow`
`DELETE /flow/:id`
`PUT /flow/:id` | runtime.log.audit
runtime.nodes.getFlow(id)
runtime.nodes.addFlow(flow)
runtime.nodes.updateFlow(id,flow)
runtime.nodes.removeFlow(id) | | api/admin/flows.js | `GET /flows`
`POST /flows` | runtime.log.audit
runtime.log.warn
runtime.nodes.loadFlows
runtime.nodes.getFlows
runtime.nodes.setFlows | | api/admin/nodes.js | `GET /nodes`
`POST /nodes`
`GET /\/nodes\/((@[^\/]+\/)?[^\/]+)$/`
`PUT /\/nodes\/((@[^\/]+\/)?[^\/]+)$/`
`DELETE /\/nodes\/((@[^\/]+\/)?[^\/]+)$/`
`GET /\/nodes\/((@[^\/]+\/)?[^\/]+)\/([^\/]+)$/`
`PUT /\/nodes\/((@[^\/]+\/)?[^\/]+)\/([^\/]+)$/` | runtime.nodes.enableNode
runtime.nodes.getModuleInfo
runtime.nodes.getNodeConfig
runtime.nodes.getNodeConfigs
runtime.nodes.getNodeIcons
runtime.log.audit
runtime.nodes.disableNode
runtime.nodes.getNodeInfo
runtime.nodes.getNodeList
runtime.nodes.installModule
runtime.nodes.uninstallModule | | api/editor/comms.js | `WS /comms` | runtime.log.audit
runtime.log.trace
runtime.log.warn
runtime.settings.adminAuth
runtime.settings.disableEditor
runtime.settings.httpAdminRoot
runtime.settings.webSocketKeepAliveTime
runtime.events.on
runtime.events.removeListener |