go-swagger toolkit

Swagger 2.0 describes your API's for you, so you don't have to

swagger.json generation

generate

The toolkit has a command that will let you generate a swagger spec document from your code. The command integrates with go doc comments, and makes use of structs when it needs to know of types.

9 Nov 2015

Generate an API client

generate client

The toolkit has a command that will let you generate a client.

23 Oct 2015

Generate a server for a swagger spec

generate server

The toolkit has a command that will let you generate a docker friendly server with support for TLS. You can configure it through environment variables that are commonly used on PaaS services.

22 Nov 2015