imgflo / imgflo-server

HTTP image processing server based on imgflo
48 stars 7 forks source link

Add datatype/default of exported ports to graph info #16

Closed jonnor closed 8 years ago

jonnor commented 9 years ago

Would allow better introspection for API clients, UIs etc. Also wanted for https://github.com/automata/noflo-imgflo

Need to basically "resolve" the exported ports and get the information from the deal port/component. This information is fairly expensive to get, so this should be cached somehow. Could possibly store it in .metadata of the .json file when checking it into git