gpt4 book ai didi

javascript - 使用 swagger-config.yaml 配置 Swagger UI

转载 作者:行者123 更新时间:2023-12-05 00:24:10 33 4
gpt4 key购买 nike

根据 Swagger 文档,

Swagger-UI accepts configuration parameters in four locations.

From lowest to highest precedence:

  1. The swagger-config.yaml in the project root directory, if it exists, is baked into the application
  2. configuration object passed as an argument to Swagger-UI (SwaggerUI({ ... }))
  3. configuration document fetched from a specified configUrl
  4. configuration items passed as key/value pairs in the URL query string


我试图将 swagger-config.yaml 放在应用程序的根目录中,但它不起作用。

我遵循了 Swagger 的安装步骤并且它的工作正常。
但 Swagger 自定义配置的步骤不起作用。我保存了如下文件,
 swagger-ui
|--swagger-config.yaml
|--index.html

Swagger 配置.yaml
url: "https://petstore.swagger.io/v2/swagger.json"
dom_id: "#swagger-ui"
validatorUrl: "https://online.swagger.io/validator"
oauth2RedirectUrl: "http://localhost:3200/oauth2-redirect.html"

索引.html
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
//url: "https://petstore.swagger.io/v2/swagger.json",
//dom_id: '#swagger-ui',
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
})

知道我是否遗漏了什么?

最佳答案

如本文所述 Github's issue thread现在只有 .json conf 接受文件。可能为时已晚,但它有助于在 2021 年 11 月寻找答案。

关于javascript - 使用 swagger-config.yaml 配置 Swagger UI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53414776/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com