Open IdanFridman opened 9 years ago
Short answer, no :)
At the moment we have no swagger generator, I'd recommend to use a similar approach to the one used with raml:
http://vertx.io/blog/contract-driven-rest-services-with-vert-x3/
You can achive the same with swagger by creating the json using the swagger editor, and then serve it using the static files handler.
Thanks for your response. "You can achive the same with swagger by creating the json using the swagger editor.." The thing is that I need the app to create the swagger-json from the code for me and than serv it to swagger-ui (and not vice-versa as you suggested).
In you example you creating the json manually.
@pmlopes Almost three years now, is there a solution ? Can a json swagger document be generated ?
@IdanFridman how did you solve this , is there a direct solution ? This repo almost solves it, still testing though !!
@SyCode7 I never set any goal to implement that, there are some experiments by the community in that area. I'd suggest to join the gitter channel or the Google group and query around.
@pmlopes okay, i kinda misunderstood your project's aim. Thanks for the swift answer.
Hi, Is there any example how to create Swagger json out of our vertx/vertx.web API. So we can point swagger-ui to look at it (exactly like in Spring)
Thanks.