【发布时间】:2020-02-01 23:49:36
【问题描述】:
我正在开发一个 REST API。在开发过程中,我使用邮递员(chrome 扩展)来使用和记录我的 API。这是一个很棒的工具,我的大部分 API 端点都在其中。 但是,当我们即将发布时,我想大摇大摆地记录这个 API,我该怎么做呢?有没有办法可以根据邮递员导出生成招摇?
【问题讨论】:
-
对于 C#/DotNet,请参阅以下两个:1.[]c# - 如何使用适合导入的 WebApi HelpPages 从 WebApi2 项目生成 JSON Postman 集合 - 代码日志; stackoverflow.com/questions/23158379/; ; ; 2.[]; ; X.Introducing the Azure API Apps Tools for Visual Studio 2013 - The Visual Studio Blog - Site Home - MSDN Blogs ; ; blogs.msdn.com/b/visualstudio/archive/2015/03/24/…
-
可以在网上使用postman2openapi:kevinswiber.github.io/postman2openapi
标签: swagger postman swagger-2.0