rest - Swagger-codegen get started -
i'm looking swagger, more specifically, swagger-codegen tool. find provided information, documentation , specs in both github , http://swagger.io/ rather confusing (plus, links code examples broken /404/). there portal can see started tutorials, code examples, etc aimed beginners, using these tools?
the swagger-codegen github page contains section showing how generate sample client.
assuming you've swagger spec, can generate api client online. here example:
curl -x post -h "content-type:application/json" -d '{"swaggerurl":"http://petstore.swagger.io/v2/swagger.json"}' http://generator.swagger.io/api/gen/servers/spring-mvc
for broken links in swagger-codegen's github page, please report issue here
Comments
Post a Comment