是否可以将 swagger url 保存在浏览器书签中

Is it possible to save the swagger url in a browser bookmark

我正在使用 swagger-ui 并且有不同的 servers/interfaces/。因此,对于它们中的每一个,我都存储了一个书签 - 但是 swagger-ui 中使用的 URL 永远不会保存在书签中。我总是要重新输入地址。

是否可以将 swagger-ui 中使用的 URL 保存在浏览器书签中(例如作为特殊参数)?

如果你的招摇-ui在这里是运行:

file:///Users/me/work/swagger-ui/dist/index.html

您的服务器 运行 在这里:

http://localhost:8080/api-docs

然后你可以像这样为你的服务器添加 swagger-ui 书签(一个带有名为 "url" 的参数的简单 GET):

file:///Users/me/work/swagger-ui/dist/index.html?url=http://localhost:8080/api-docs