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
@AbhimanyuAryan Because SwagUI just builds a html file for the Swagger page, it doesn't really do much.
Couple things could be interesting IMO,
Add functionality similar to Swagger Editor and new features such as update the swagger doc in the code after editing in the editor. Generating Genie REST server stub code from the editor could be fun too, I need to think about this a bit more, it could be a new project by itself
Some optimizations need to be done around SwaggerMarkdown which generates the OpenApi file for SwagUI to consume
Model the Swagger Options using struct instead of Dict (nice to have but very low value)
I have worked fulltime with expressjs and all things node. Also worked a bit with swagger express. I think will be contribute this package :)
What are your plans regarding new features and taking this forward? Can we do like zoom call or something on coming weekend? 👯♂️
The text was updated successfully, but these errors were encountered: