20 个仓库
Web-based interfaces that render API specifications into interactive HTML for browsing and testing endpoints.
Distinct from API and UI Integration Tools: Existing candidates focus on UI component visualization or scaffolding, whereas this is specifically about interactive OpenAPI documentation interfaces like Swagger UI.
Explore 20 awesome GitHub repositories matching web development · Interactive API Documentation UIs. Refine with filters or upvote what's useful.
Kuboard-press is a visual management interface for Kubernetes clusters that enables the orchestration of workloads and system objects without manual text file editing. It provides a centralized dashboard for importing and monitoring multiple clusters, using a visual interface to manage namespaces and containerized workloads. The project differentiates itself through hierarchical microservices visualization, which maps flat cluster workloads into a layered structure to represent architectural relationships. It also includes dedicated container operation tools for accessing logs, opening intera
Provides an interactive interface for discovering and testing available API endpoints.
go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command
Hosts a live Swagger UI or ReDoc interface from a specification file for browsing and testing endpoints.
Eve is a REST API framework that maps database collections to web resources through declarative configuration files. It functions as a database-to-API mapper, automatically exposing data as RESTful endpoints with built-in support for CRUD operations and schema-based request validation. The project distinguishes itself through a HATEOAS API engine that generates hypermedia links and resource schemas for dynamic client discovery. It also includes an automated Swagger documentation generator that produces interactive specifications for client SDK generation and testing. The framework provides a
Generates interactive Swagger UI documentation from API specifications for testing and discovery.
Springfox is a Java library that automatically generates OpenAPI-compliant documentation for Spring-based REST services. It scans Spring controller annotations and model classes at runtime to produce machine-readable API specifications, and bootstraps an interactive Swagger UI interface on application startup for browsing and testing documented endpoints. The project provides a migration path from Swagger 2 to OpenAPI 3, replacing legacy annotations and dependencies with OpenAPI 3 equivalents through a starter dependency and configuration change. It integrates with Spring's application contex
Bootstraps an interactive Swagger UI interface for browsing and testing REST endpoints.
KServe is an open platform for deploying and serving generative and predictive AI models on Kubernetes. It defines inference services as custom resources with declarative YAML specifications, enabling a Kubernetes-native approach to model deployment and lifecycle management. The platform leverages Knative-based serverless scaling for automatic scale-to-zero and revision management, and supports a pluggable serving runtime architecture that maps model formats to containerized execution environments. KServe distinguishes itself through model-aware autoscaling that scales replicas based on token
Opens an interactive Swagger UI to explore and test model server REST API endpoints.
ServiceStack 是一个高性能 .NET Web 框架,专为使用强类型请求和响应对象构建类型安全的 API 而设计。它作为一个基于消息的 API 引擎,将业务逻辑与传输层解耦,允许通过包括 HTTP、gRPC 和各种消息队列提供商在内的多种协议公开服务。 该框架的特点是其类型安全的 API 生成器,它从跨多种语言的服务元数据中生成原生客户端 SDK 和数据传输对象。它还包括用于微服务编排的分布式服务网关、将 C# 对象直接转换为数据库记录的代码优先 ORM,以及用于安全令牌访问的集中式身份和访问管理系统。 其更广泛的功能面涵盖通过 Pub-Sub 和服务器发送事件(SSE)进行的异步消息传递和实时事件流。它为 JSON、XML、ProtoBuf 和 MessagePack 等格式提供全面的数据序列化支持,以及包括 JWT、API 密钥和阶梯式认证在内的集成认证流程。其他工具包括自动 CRUD API 生成、后台作业执行和管理仪表盘模板。
Generates interactive API documentation and user interfaces based on OpenAPI and Swagger standards.
Swashbuckle.AspNetCore 是一个用于 ASP.NET Core 的 API 规范工具和文档生成器。它从源代码和模型中提取元数据,以生成标准化的 OpenAPI 规范和用于探索与测试 Web API 的交互式浏览器界面。 该项目集成了一个中间件组件来提供这些规范,以及一个用于直接从运行中的应用进行交互式 API 测试的 Swagger UI。它还提供了一个命令行导出器,用于从应用程序集中提取规范文件,以供 CI/CD 流水线使用。 该工具涵盖广泛的功能,包括复杂类型的模式管理、通过属性和 XML 注释进行的元数据标注,以及 OAuth 2.0 和 API 密钥的安全配置。它进一步支持 API 合约管理、规范版本控制以及用于过滤或修改操作的可定制生成流水线。
Ships an embedded middleware that hosts interactive web interfaces for browsing and testing API endpoints.
Connexion 是一个规范驱动的框架,用于构建自动将 OpenAPI 规范映射到应用逻辑的 API。它使用这些规范来自动化路由、请求验证和响应序列化,并通过操作 ID 将 API 操作链接到后端处理函数。 该项目通过提供一个模式驱动的 Mock 服务器来区分开来,该服务器使用规范中的示例响应来模拟 API 行为,而无需后端逻辑。它还包括一个动态文档托管系统,将 API 规范转换为实时交互式控制台,用于探索和测试端点。 该框架涵盖了广泛的功能领域,包括通过基于中间件的身份验证和作用域验证实施安全性、可插拔的请求和响应验证逻辑,以及向类型化函数参数自动注入参数。它还提供了用于应用生命周期管理、自定义中间件集成和请求模拟测试的实用工具。 该项目可用于引导独立 Web 应用,或包装在现有框架周围以添加规范驱动的功能。
Renders API specifications into interactive HTML for browsing and testing endpoints.
Connexion 是一个规范优先(Spec-first)的 Python Web 框架,旨在直接从预定义的 API 契约中派生服务器行为和验证逻辑。它通过使用 OpenAPI 规范自动处理路由、请求验证和响应序列化,从而实现 Web 服务的开发。 该框架通过充当 OpenAPI 请求验证器和 Mock 服务器而脱颖而出。它可以通过基于规范模式提供示例响应来模拟 API 行为,从而允许在后端实现完成之前进行前端开发和原型设计。此外,它还托管一个交互式 API 文档界面,为用户提供可视化和测试端点的控制台。 该项目涵盖了广泛的功能,包括基于契约定义的自动路由注册、参数注入和安全性实施。它还提供了用于请求和响应模式验证的工具,以及将应用异常映射到标准化机器可读错误响应的能力。
Includes a web interface that lets users visualize and interact with the API based on the specification.
Salvo 是一个全面的 Rust Web 框架,用于构建异步 HTTP 服务器和 Web 应用。它具有一个分层 Web 路由器(使用树状结构将请求映射到处理程序)和一个基于洋葱模型的异步中间件流水线(用于请求和响应的预处理和后处理)。 该框架以其对现代网络协议的原生支持而著称,包括基于 QUIC 的 HTTP/3 实现以及 HTTP/1 和 HTTP/2。它包括一个集成的 OpenAPI 文档生成器,可直接从处理程序签名中提取模式,以生成标准化的 API 规范和交互式界面。此外,它通过 ACME 集成提供自动 TLS 管理,以获取和续订安全证书。 该项目涵盖了广泛的功能,包括通过 WebSocket 和 WebTransport 进行的实时通信,以及带有请求代理和路径重写的 API 网关功能。它内置了对会话管理、类型安全参数提取以及通过 OpenTelemetry 集成进行可观测性的支持。内容交付通过静态文件服务和动态 HTML 模板处理。 提供了一个用于引导新项目结构的命令行工具。
Integrates with visual interfaces like SwaggerUI or Scalar to provide interactive, browsable API documentation for consumers.
gin-swagger 是 Gin Web 框架的 Swagger UI 中间件,作为 OpenAPI 2.0 文档生成器。它提供了一个交互式 REST API 沙盒和一个用于可视化 API 契约及测试端点的基于浏览器的界面。 该项目允许通过为每个定义分配唯一名称,在单个路由器上托管多个 API 定义。它支持自定义界面的视觉呈现和行为,包括控制展开深度和授权持久化。 该中间件拦截路由以 JSON 载荷形式交付 API 定义,并将 UI 所需的静态资产直接嵌入二进制文件中。它促进了交互式 API 测试,以通过 Web 浏览器验证请求和响应结构。
Provides settings to customize the visual appearance and behavioral properties of the API documentation interface.
This project is a code scaffolding tool and database-to-code mapper for Laravel. It functions as a CRUD generator and REST API generator that automates the creation of models, controllers, and administrative interfaces based on database schemas. The tool is distinguished by its template-driven approach, using customizable stub files that allow developers to override default blueprints to enforce specific architectural standards. It provides complete administrative dashboard boilerplates, including integrated authentication, themed UI layouts, and searchable data tables. The system covers a b
Produces a web interface for discovering and testing API endpoints using OpenAPI specifications.
Flasgger is a documentation framework for Flask applications that generates OpenAPI specifications and an integrated Swagger UI. It functions as a documentation generator and specification parser that extracts API schemas from route definitions, function docstrings, and external specification files. The tool allows API definitions to be maintained either within the source code using YAML blocks in docstrings or decoupled into standalone YAML files. It provides a browser-based interactive console for testing and exploring API endpoints directly from the web application. Beyond documentation,
Integrates a visual browser for interacting with API endpoints based on generated technical specifications.
Flasgger is an OpenAPI documentation generator for Flask that creates interactive API specifications and Swagger UI documentation directly from application docstrings. It functions as an OpenAPI schema validator, verifying that incoming request data matches defined specifications and returning standardized error responses. The project includes a Marshmallow schema bridge to convert data structures into OpenAPI definitions and integrates a web interface for visualizing and testing API endpoints through an embedded interactive console. It further supports dynamic specification resolution, allow
Integrates an interactive web interface for visualizing and testing API endpoints via Swagger UI.
springdoc-openapi is a library and toolset that analyzes Spring applications at runtime to produce machine-readable OpenAPI specifications in JSON and YAML formats. It serves as an integrator that extracts API metadata from Java source code and annotations to automate documentation for Spring-based services. The project distinguishes itself through its ability to aggregate API specifications from multiple remote microservices into a single unified interface and provide multiple visualization options, including Swagger UI and Scalar. It also offers a dedicated plugin for exporting documentatio
The project generates an interactive HTML interface to visualize and test API resources using Swagger UI.
This project is a comprehensive library of reference implementations and patterns for building web applications using the Go Fiber framework. It provides curated templates and implementation guides for creating REST APIs, web servers, and structured backend services. The repository serves as a practical resource for applying architectural patterns, including Clean and Hexagonal architectures, as well as port-and-adapter decoupling. It offers detailed examples for integrating common web features such as OAuth2 authentication, JWT verification, WebSockets for real-time communication, and server
Implements a web-based interface for visually exploring and testing API endpoints via specifications.
slskd is a headless network daemon and peer-to-peer file-sharing server for the Soulseek network. It functions as a network client and API gateway, allowing users to search for and share files via a web interface or a REST API. The project distinguishes itself through a focus on automation and remote management, featuring event-driven triggers that can execute system scripts or send webhooks. It supports advanced network routing via SOCKS5 proxies and provides a flexible deployment model that includes a dockerized client with volume mapping and environment-based configuration. The system cov
Ships an interactive OpenAPI documentation interface for exploring and testing the REST API.
Swift OpenAPI Generator 是一个构建时工具,可直接从 OpenAPI 规范文档生成类型安全的 Swift 客户端和服务器代码。通过利用原生插件与构建系统集成,它自动化创建强类型接口和协议存根,将网络操作映射到原生方法,确保应用程序代码与定义的数据模式严格保持一致。 该项目通过协议导向的架构脱颖而出,将业务逻辑与特定的传输实现解耦。它利用可插拔的传输层和基于中间件的请求拦截来处理诸如认证、日志记录和指标收集等横切关注点。这种设计允许开发者在保持通信层一致的同时,无需依赖底层的 Web 框架或网络传输细节。 该生成器支持广泛的功能,包括模式驱动的数据映射和针对各种格式的内容协商。它通过增量流处理提供对大有效载荷的内存高效处理,允许在不将全部内容加载到内存的情况下交换复杂数据。该工具集还包括用于自动化契约测试和生成交互式文档的工具,以协助验证端点需求。
Renders API specifications into interactive web-based interfaces for browsing and testing endpoints directly in the browser.
This project is a containerized model server designed to perform automated image enhancement and resolution scaling. It utilizes deep learning models to increase the resolution of input images by a factor of four, synthesizing realistic visual details to improve overall clarity and digital asset quality. The service exposes these capabilities through a standard web interface, allowing for programmatic integration with external software applications. It includes an interactive documentation interface that enables developers to test model inputs and inspect output responses directly within a br
Includes an interactive documentation interface for testing model inputs and inspecting output responses directly in the browser.
Badge-it 是一个 Web 服务,旨在为开发者平台生成动态视觉指示器和个人资料组件。它作为一个无状态 API,获取实时的仓库和用户统计数据,并将其渲染为可自定义的 SVG 徽章或贡献者网格,用于个人资料文档中。 该服务的核心优势在于提供专门用于 GitHub 个人资料定制的工具,包括渲染贡献者头像网格和星标仓库集合的能力。这些视觉资产通过 URL 参数按需生成,允许实时更新项目活动和贡献历史。 为了保持一致的性能并保护服务器容量,该平台通过基于 IP 的速率限制和请求节流来管理流量。它还利用标准的 HTTP 缓存头来优化响应交付,同时确保动态内容保持最新。该项目包含交互式文档,以协助开发者将这些端点集成到他们自己的应用中。
Offers interactive web-based interfaces that render API specifications for browsing and testing endpoints.