proycon / clam

Quickly turn command-line applications into RESTful webservices with a web-application front-end. You provide a specification of your command line application, its input, output and parameters, and CLAM wraps around your application to form a fully fledged RESTful webservice.
https://proycon.github.io/clam
GNU General Public License v3.0
129 stars 17 forks source link

Make appearance of a forwarder conditional if parameter variables are used #106

Open proycon opened 3 years ago

proycon commented 3 years ago

If parameter variables are used in the forward url for the ForwardViewer, make the appearance of the forwarder conditional on whether all parameters variables have been filled.

This would be needed in the case where we want to forward to a textrepo instance, and the user himself supplies the textrepo instance to use as a parameter to the input template. The big disadvantage is that the user needs to set this input time rather than at output time.