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

Allow pre-setting global parameters #66

Closed proycon closed 6 years ago

proycon commented 6 years ago

Allow global parameters to be pre-set (e.g. with GET parameters) especially when using the 'entry shortcut' option that third party applications may use. Required for clarin-eric/LRSwitchboard#23