Does vweb supports Swagger API documentation? #19525
-
Does vweb support Swagger API documentation? How to enable it? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
You can add your own endpoint to supply it. It is not a built-in feature. |
Beta Was this translation helpful? Give feedback.
-
@JalonSolov As I am very new to vlang. Can you please provide any guidelines on how to do this? |
Beta Was this translation helpful? Give feedback.
-
Can you generate a swagger api now? Is there any reference example? |
Beta Was this translation helpful? Give feedback.
-
https://redocly.github.io/redoc I really hope there is a case that can generate API documents like this |
Beta Was this translation helpful? Give feedback.
-
Are you interested in implementing it |
Beta Was this translation helpful? Give feedback.
-
I don't know about any solution or project.
…On Thu, 4 Jul 2024, 6:35 am Avey777, ***@***.***> wrote:
@sattar786 <https://github.com/sattar786> Have you found any solution
about v-swagger?
Is there a project similar to go-swagger?
https://github.com/go-swagger/go-swagger
—
Reply to this email directly, view it on GitHub
<#19525 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXLRVXNIDMJJG4Z7HSC3LDZKSRFVAVCNFSM6AAAAAA5W34XZ2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSNJTGY3DE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
https://modules.vlang.io/vweb.html and scroll down to
Defining Endpoints
.