In this <video> I show a new feature that I am wor...
# two-minute-week
m
In this

video

I show a new feature that I am working on in my codeflowcanvas project (which is a visual programming system and language): exporting a flow to typescript so that it can be used in other code-bases. In this example it's a nodejs-hono project for creating an api with a swagger/openapi documentation page
k
How are you generating the names of the endpoints, Maikel? Is it the name of the final variable?
m
you can configure the "External name" for the show-value node-type (as well as for the user-input node-type which also has a "group" property for grouping api-endpoints together in swagger). The node settings popup can be opened using the top button in the side menu on the right when the node is selected (I am probably going to move that icon to the bottom of the node in the middle of the 2 arrow items which are used to move all of the downstream/upstream nodes).