Hi,
I am very new to swagger and i am trying to read the swagger definitions
from swagger parser (https://github.com/swagger-api/swagger-parser) .I am
able to read my swagger using
Swagger swagger = new SwaggerParser()
.read("http://petstore.swagger.io/v2/swagger.json");
Actually, i am not sure what to after this.All i want is to read each $ref
and generate the respective API in my code.Please let me know how to do
.code snippet will be really helpful.
I am depending on the reply from this group.
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.