reqable / reqable-app

Reqable issue track repo
https://reqable.com
3.72k stars 133 forks source link

[feature] 导入 swagger 格式的集合,<<host>> 只替换 ip:port 部分即可,不建议将 basePath 部分也一并替代 #1140

Closed penn201500 closed 5 days ago

penn201500 commented 5 days ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 接 https://github.com/reqable/reqable-app/issues/625 导入 swagger 格式的合集: image"basePath": "/api", 这部分也一并替换了

其对应的文档部分是: { "swagger": "2.0", "info": { "title": "xxxxtestAPI.paw", "version": "v0.0.0" }, "host": "127.0.0.1:8000", "schemes": [ "http" ], "basePath": "/api", "paths": { "/token/refresh/": { "post": { ....

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

MegatronKing commented 5 days ago

@penn201500 感谢建议,下个版本优化。

MegatronKing commented 5 days ago

您好,请更新2.30.2,问题已修复。