Adding Swagger to Genie #509
Replies: 3 comments 1 reply
-
Thank you @jiachengzhang1 - great question :) The strategy for the upcoming Genie v5 is to move towards With SwagUI there are no extra dependencies - but I would still keep it as a plugin and we could integrate it into a Genie API wizard. In general, keeping these features in distinct plugins will allow interesting benefits, like:
What do you think? |
Beta Was this translation helpful? Give feedback.
-
I would be interested in having SwagUI as a plugin in Genie. I do use this feature in Python with FastAPI for testing my web pages. It is useful in finding errors when using post payload data. |
Beta Was this translation helpful? Give feedback.
-
That's already available. See https://github.com/GenieFramework/PkgVizBoard/blob/master/routes.jl |
Beta Was this translation helpful? Give feedback.
-
I'm seeing some attractions around SwagUI, thanks some of you for checking out! Now I plan to optimize it a bit, just wonder if it there's a need to built it into the Genie.jl so that users can have it out-of-the-box (similar to fastapi), I can work on this, or you'd prefer users to add it separately. What are your thoughts?
Beta Was this translation helpful? Give feedback.
All reactions