Skip to content

Latest commit

 

History

History
 
 

api

To regenerate code based on the OpenAPI spec:

$ go generate api.go

To generate the OpenAPI markdown docs:

$ npm install -g widdershins
$ widdershins api-spec.yaml -o API.md -c true