如何从 Redoc swagger spec 发出请求
How to make a request from Redoc swagger spec
是否可以像在 redoc API 页面的 swagger.io html 页面中那样发出请求?或者 redoc 只是为了显示 API 的详细信息?
我是 ReDoc 的作者。
目前 ReDoc 中没有 API 控制台功能。但是我们在 roadmap.
中有这个
希望这将在 4-5 个月内实施
更新:https://redoc.ly/docs/api-reference-docs/console-overview/
来自文档:
warning
The Try it feature is not available in Redoc's "community edition".
You will need access to Redocly's Reference docs or Developer portal
to use the Try it feature.
2020 年 10 月更新:
根据维护者:https://github.com/Redocly/redoc/issues/53#issuecomment-576377856
ReDoc 的开源版本没有 API 控制台功能。
如果你愿意,你可以获得付费版本。
至于我,我会去寻找替代品:)
经过几天的浪费,我了解到 redoc 在他们的商业版本上只有 making request 功能,所以我切换到它的替代品。
如果你用react,可以试试openapi-react,类似redoc,但是有发出http请求的功能
是否可以像在 redoc API 页面的 swagger.io html 页面中那样发出请求?或者 redoc 只是为了显示 API 的详细信息?
我是 ReDoc 的作者。
目前 ReDoc 中没有 API 控制台功能。但是我们在 roadmap.
中有这个希望这将在 4-5 个月内实施
更新:https://redoc.ly/docs/api-reference-docs/console-overview/
来自文档:
warning
The Try it feature is not available in Redoc's "community edition". You will need access to Redocly's Reference docs or Developer portal to use the Try it feature.
2020 年 10 月更新:
根据维护者:https://github.com/Redocly/redoc/issues/53#issuecomment-576377856 ReDoc 的开源版本没有 API 控制台功能。
如果你愿意,你可以获得付费版本。 至于我,我会去寻找替代品:)
经过几天的浪费,我了解到 redoc 在他们的商业版本上只有 making request 功能,所以我切换到它的替代品。
如果你用react,可以试试openapi-react,类似redoc,但是有发出http请求的功能