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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -