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

Implement support for outputting a Swagger/OpenAPI specification #32

Open proycon opened 8 years ago

proycon commented 8 years ago

See http://swagger.io/ , https://openapi.org

proycon commented 2 years ago

First focus of this will be mere high-level metadata (the Info block of the OpenAPI specification).