1 مستودع
Capabilities for rendering and toggling between multiple different API specification documents within a single UI.
Distinct from Interactive API Documentation UIs: Specifically addresses the hosting of multiple API versions or groups, not window management (MDI).
Explore 1 awesome GitHub repository matching web development · Multi-Document Hosting. Refine with filters or upvote what's useful.
Swashbuckle.AspNetCore is an API specification tool and documentation generator for ASP.NET Core. It extracts metadata from source code and models to produce standardized OpenAPI specifications and interactive browser interfaces for exploring and testing web APIs. The project integrates a middleware component to serve these specifications and a Swagger UI for interactive API testing directly from a running application. It also provides a command-line exporter to extract specification files from application assemblies for use in CI/CD pipelines. The tool covers a wide range of capabilities in
Renders multiple specification endpoints in the UI to allow users to toggle between different versions.