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

Empty/unfilled input parameters are serialised as "False" in the CLAM metadata #103

Closed proycon closed 3 years ago

proycon commented 3 years ago

They shouldn't be serialised at all if they are not mandatory parameters.