Reputation: 638
What are the available API to do this? I wanna be able to export and import both flows and configuration flows.
Upvotes: 2
Views: 1826
Reputation: 10117
Node-RED does not have a published runtime api currently. This is something we're working on as part of the roadmap to a stable 1.0 release.
In the meantime, you can use the HTTP Admin API - https://nodered.org/docs/api/admin/methods/ - refer to the /flow
endpoints.
Upvotes: 3