More Swagger

preview_player
Показать описание
Swagger works pretty well out of the box, but with a bit of work we can get the output just how we want it.

Topics include:
- C# XML documentation comments
- Displaying .NET endpoint documentation in Swagger
- Documenting status codes
- Marking controllers and methods as obsolete
- Marking versions as deprecated
- Changing the list order of endpoints
- Grouping endpoints by HTTP verb
Рекомендации по теме
Комментарии
Автор

Do you add a lot of comments in Swagger, or just leave it at the basics? Let me know in the comments.
And if you liked the video, click the 👍.

CodingTutorialsAreGo
Автор

Your videos are so informative, and go into the detail of things that most other people skip over.

Keep up the excellent work!

funnybaldandbeardy
Автор

I love those videos on swagger ! Thank you.
One question, in the V2, can we use the comment <inheritdoc cref="..."/> on the methods ? Is it supported by swagger (I didn't try it) ?

JimmyGilles