Re: ANN swag a DSL for documenting Compojure routes using Swagger

2013-08-17 Thread ronen
Cool, let me know how it works out for you On Saturday, August 17, 2013 5:01:46 AM UTC+3, Casper Clausen wrote: > > Nice work. Looking forward to giving it a spin. > > On Thursday, August 15, 2013 12:13:11 PM UTC+2, ronen wrote: >> >> Swagger is a cool

Re: ANN swag a DSL for documenting Compojure routes using Swagger

2013-08-16 Thread Casper Clausen
Nice work. Looking forward to giving it a spin. On Thursday, August 15, 2013 12:13:11 PM UTC+2, ronen wrote: > > Swagger is a cool project > for documenting Restful API's, > > Swag is a DSL that wraps Compojure routes enabling them to be listed and

ANN swag a DSL for documenting Compojure routes using Swagger

2013-08-15 Thread ronen
Swagger is a cool project for documenting Restful API's, Swag is a DSL that wraps Compojure routes enabling them to be listed and described automagically without the need of maintaining json https://github.com/narkisr/swag Feedback is welcome Rone