wvlet / airframe

Essential Building Blocks for Scala
https://wvlet.org/airframe
Apache License 2.0
632 stars 66 forks source link

airframe-http-codegen : Swagger UI integration #2145

Open Kondasamy opened 2 years ago

Kondasamy commented 2 years ago

Using airframe-http-codegen, I have my Open API spec YAML generated. But, unclear on how to make it start with Swagger UI integrated with any Airframe project. Any help appreciated.

xerial commented 2 years ago

@Kondasamy I'm not familiar to Swagger UI. If you just need an API documentation, using https://editor.swagger.io/ is an easy choice.

Kondasamy commented 2 years ago

@xerial I was looking for something like Swagger UI for Spring boot. We already have support to generate the Open API YAML/ JSON; just that the document should be plugged to the Swagger UI.