You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To generate a dynamic HTML output of the swagger definition run:
swagger-codegen generate -i swagger.json -l dynamic-html -o out
Then that needs to be converted into something that hugo likes.
Also, note that Goswagger generates Swagger 2.0 specs not 3.0 which is the current at the time of writing this issue.
Install swagger-codegen@2 with brew.
The text was updated successfully, but these errors were encountered:
To generate a dynamic HTML output of the swagger definition run:
Then that needs to be converted into something that hugo likes.
Also, note that Goswagger generates Swagger 2.0 specs not 3.0 which is the current at the time of writing this issue.
Install swagger-codegen@2 with brew.
The text was updated successfully, but these errors were encountered: