下載 Swagger UI:
git clone https://github.com/swagger-api/swagger-ui.git
解壓縮:
啟動 Swagger UI:
index.html
檔案,直接用瀏覽器打開即可。編輯 index.html
:
index.html
檔案,找到以下部分:
const url = "https://petstore.swagger.io/v2/swagger.json";
url
替換為你自己的 API 文件 URL。自定義主題和設置(可選):
file://
路徑加上你的 index.html
檔案位置,應該能看到 Swagger UI 顯示的 API 文件和介面。這樣就完成了 Swagger UI 的安裝與基本配置!