liberator

nblumoe 2017-06-14T06:23:24.842043Z

Thanks, I see. I also got the impression from my research that there isn’t an established way of integrating both atm but people have been trying to get it done. TBH I think we might just go on without Swagger then. But I will try to come up with something like you suggested first. 🙂

ikitommi 2017-06-14T08:30:18.412554Z

@nblumoe if you are using compojure as routing lib in front of Liberator, you can use compojure-api & ring-swagger for routing & swagger and the actual request processing with Liberator. Here is discussion & links to hopefully working examples: https://github.com/metosin/compojure-api/issues/185

nblumoe 2017-06-14T09:04:03.948537Z

Thanks! Will check that and the guide over here too: https://github.com/metosin/compojure-api/wiki/Resources-and-Liberator#integration-with-liberator