3 dépôts
Tools that render OpenAPI/Swagger specs into interactive documentation with embedded testing and code examples.
Distinct from OpenAPI Configurations: Focuses on interactive UI generation from specs rather than configuration settings.
Explore 3 awesome GitHub repositories matching development tools & productivity · Interactive API Reference Rendering. Refine with filters or upvote what's useful.
ReDoc is an OpenAPI documentation generator that transforms OpenAPI and Swagger specifications into interactive, three-panel API reference websites. It provides a system for generating these references as standalone static HTML files or as embedded UI components for integration into existing websites and developer portals. The tool organizes API specifications into a responsive layout featuring a navigation sidebar, detailed endpoint descriptions, and language-specific code samples. It supports the visualization of complex data models by mapping schema definitions to human-readable tables and
Transforms OpenAPI and Swagger specifications into a responsive three-panel interactive reference website.
Scalar is a platform for building and managing API specifications, focusing on OpenAPI and AsyncAPI standards. It provides tools to generate interactive API references with embedded testing interfaces, create mock servers for pre-implementation testing, and build offline-first API clients that sync with backend frameworks. The platform also supports version upgrades of specifications to maintain compatibility and includes command-line utilities for local development and document management. The project distinguishes itself through automated release workflows that generate changelogs and publi
A tool that converts OpenAPI/Swagger specifications into interactive documentation with embedded testing tools and code examples for multiple languages.
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
A web-based interface that renders OpenAPI specifications in HTML for browsing, testing, and interacting with API endpoints.