Generate swagger.json programmatically
Generate swagger.json programmatically
I have an API built on compojure. I would like to generate the swagger.json file on build (and push it to s3).
How can I get the swagger.json that compojure (or ring-swagger) builds?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.