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

See if CUSTOM_FORMATS can be made more transparent client-side #81

Closed proycon closed 5 years ago

proycon commented 5 years ago

It is a bit cumbersome to have to import the webservice and pass CUSTOM_FORMATS to CLAMClient. Investigate whether we can make this more transparent/automatic. Possibly by explicitly passing format information in the CLAM response and having a fallback format class handle it.