Hi folks,
I need to make my first change in the flow editor, but it already became clear to me that it won't be ready tomorrow ...
Anyway, I need to call $RefParser.dereference
(from this npm package) in the flow editor. But not sure how to call a new npm package from the flow editor frontend. I already had a look in the red.js file to see how e.g. jsonata functionality is called, but don't understand it (in my very limited free time)
- Do I need to make the library available (via 'some' existing admin endpoint) to the frontend, and call the dereference function in the frontend?
- Do I need to create my own
dereferenceJson
function (in 'some' existing admin endpoint or in a new dedicated endpoint?), and execute the library function on the server? - ...
Thanks a lot !!!
Bart