1 个仓库
The ability to serve multiple distinct API specifications within a single documentation hosting instance.
Distinct from API Documentation Hosting: Distinct from API Documentation Hosting: specifically focuses on the multi-tenancy of multiple definitions on one router.
Explore 1 awesome GitHub repository matching web development · Multi-Definition Hosting. Refine with filters or upvote what's useful.
gin-swagger 是 Gin Web 框架的 Swagger UI 中间件,作为 OpenAPI 2.0 文档生成器。它提供了一个交互式 REST API 沙盒和一个用于可视化 API 契约及测试端点的基于浏览器的界面。 该项目允许通过为每个定义分配唯一名称,在单个路由器上托管多个 API 定义。它支持自定义界面的视觉呈现和行为,包括控制展开深度和授权持久化。 该中间件拦截路由以 JSON 载荷形式交付 API 定义,并将 UI 所需的静态资产直接嵌入二进制文件中。它促进了交互式 API 测试,以通过 Web 浏览器验证请求和响应结构。
Supports the deployment of several distinct API documentation instances on a single router for clear separation.