RJMetrics / sweet-liberty

A library for building database-backed RESTful services using Clojure
Apache License 2.0
104 stars 6 forks source link

Swagger support #1

Open yogthos opened 9 years ago

yogthos commented 9 years ago

A nice feature would be to add support for Swagger similar to compojure-api. Since You're already working with SQL table definitions it's possible to get the data types for the request/response from the schema. It would be nice to be able to automatically generate a page such as this for each service.

bpiel commented 9 years ago

I was not aware of Swagger. Great suggestion. Thanks

ryanmmmmm commented 9 years ago

+1 to this