vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.76k stars 2.16k forks source link

Will vweb have built-in Api document generation tools #20915

Closed Avey777 closed 4 months ago

Avey777 commented 7 months ago

Describe the feature

I hope that x.vweb integration or built-in Api document generation tools such as SpringDoc, Swagger, smart doc, etc

Use Case

swagger 、 SpringDoc

Version used

v0.4.4

Environment details (OS name and version, etc.)

All

[!NOTE] You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.

Avey777 commented 7 months ago

If you simply want to generate API documentation, I think Apidog would be very suitable, as its UI and operations are very good.

I will try