我是招摇编辑器的新手。在编辑模式下,我已经很好地完成了 api 的文档。但是设计器模式在歌剧,铬,火狐中未启用。如何在浏览器中启用此功能。?这是我在编辑器模式下完成的示例。
{
"swagger": "2.0",
"info": {
"title": "Uber API",
"version": "1.0.0"
},
"host": "api.uber.com",
"schemes": [
"https"
],
"basePath": "/v1",
"produces": [
"application/json"
],
"paths": {
"/products": {
"get": {
"summary": "Product Types",
"description": " test",
"parameters": [
{
"name": "longitude",
"in": "query",
"description": "Longitude component of location.",
"required": true,
"type": "number",
"format": "double"
}
],
"tags": [
"Products"
],
"responses": {
"200": {
"description": "An array of products"
},
"default": {
"description": "Unexpected error"
}
}
}
}
}}
如何使用德辛格模式做到这一点?请帮助我.
好吧,您在打开的 github 问题中得到了答案,但对于任何可能在这里看到问题的人来说,答案只是它尚未实现,因此不可用。