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.
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.
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.