I want to export HTML web forms created in swagger UI on "Try it out" click. How to export all forms to separate files?
Asked
Active
Viewed 265 times
0
-
do you like to win easy ;) – ale Sep 18 '20 at 19:42
-
@alessandro: it really makes me wonder why all swagger-generate projects do not provide simple export vanilla HTML forms options... – DuckQueen Sep 18 '20 at 19:43
-
maybe something like this https://github.com/bootprint/bootprint-monorepo/tree/master/packages/bootprint-openapi – ale Sep 18 '20 at 19:50
-
@alessandro: it generates a page worse than swagger-generate html2. And that page does not contain any forms. – DuckQueen Sep 18 '20 at 20:40
-
Do these links answer your question? [How to generate a static html file from a swagger documentation?](https://stackoverflow.com/q/40407112/113116), [Generate static docs with swagger](https://stackoverflow.com/q/26605217/113116), [Is it possible to get an offline version of Swagger documentation for a website?](https://stackoverflow.com/q/50137466/113116), [Swagger single interactive HTML](https://stackoverflow.com/q/45567723/113116) – Helen Sep 22 '20 at 20:42