使用 Swashbuckle 生成 yaml swagger

编程入门 行业动态 更新时间:2024-10-23 21:28:26
本文介绍了使用 Swashbuckle 生成 yaml swagger的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我使用 json 文件没有问题web-api-help-pages-using-swagger" rel="noreferrer">微软的教程.

I have had no problem getting a json file in my Web API project using Microsoft's tutorial.

由于某些要求,我希望能够检索 yaml 文件.但问题是我找不到任何钩子来使这成为可能.

Due to some requirement I would like to be able to retrieve a yaml file. But the problem is there is no hook I could find to make this possible.

有人知道此问题的任何解决方法吗?

Does anyone know any workaround for this problem?

推荐答案

V 5.6 支持生成 YAML 文件.使用方法:

V 5.6 supports producing YAML files. How to use it:

app.UseSwaggerUI(x => { x.SwaggerEndpoint("/swagger/v1/swagger.yaml", "Zeipt Dashboard API"); });

更多推荐

使用 Swashbuckle 生成 yaml swagger

本文发布于:2023-11-03 14:58:27,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1555413.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Swashbuckle   yaml   swagger

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!