Hey guys,
Swagger looks like a more useful JSON schema. I like it! Discovered it via AWS's API gateway.
I generated
http://s.natalian.org/2016-04-25/v.html (whoa, XHTML in 2016!) from
http://s.natalian.org/2016-04-25/v.yaml
java -jar swagger-codegen-cli-2.1.6.jar generate -i ~/tmp/vanilla-php-feedback-form/swagger.yaml -l html -o feedbackdocs
Is there a Swagger doc generate that doesn't use Java btw? I could figure out how to generate docs from
http://editor.swagger.io/#/ which is promising. Though I can't see to edit in Chrome, only Firefox.
Why is there a duplicate Table of Contents?
Also don't quite understand these {Access,Methods} headers.
That "(feedbackFeedbackPhpPost)" line is fugly. Why?
Why isn't email defined as an email type?
I don't like the Up links. It's just noise. It's 2016, I think most developers know about PgUp & Home now.
Are there different templates folks use to customise & inject their company logo & sucks?
Many thanks in advance for any hints!