标签: swagger swagger-ui swagger-2.0
有没有办法消除副本&粘贴步骤以呈现在YAML文件中定义的Swagger API文档?
答案 0 :(得分:2)
是的,对于swagger UI,您可以直接将URL传递给它,这将导致UI呈现您指定的位置:
http://petstore.swagger.io/?url=https://raw.githubusercontent.com/swagger-api/swagger-js/master/test/spec/v2/petstore.yaml
或使用swagger编辑器,您可以直接从以下网址导入:
http://editor.swagger.io/#/?import=https://raw.githubusercontent.com/swagger-api/swagger-js/master/test/spec/v2/petstore.yaml#/