8 مستودعات
Services that serve interactive, browsable API specifications and documentation interfaces.
Distinguishing note: None of the candidates cover the general hosting of interactive OpenAPI documentation interfaces.
Explore 8 awesome GitHub repositories matching web development · API Documentation Hosting. Refine with filters or upvote what's useful.
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
Serves interactive Swagger UI documentation pages for any Swagger/OpenAPI 2.0 specification.
NSwag is an OpenAPI toolchain for .NET that provides a suite of generators for converting OpenAPI specifications and JSON schemas into clients, server stubs, and structured documentation. It enables the creation of type-safe client libraries and data transfer objects, as well as the generation of OpenAPI specifications by analyzing .NET controllers. The project supports contract-first API development by generating server controller stubs from specifications and offers dedicated TypeScript API integration to ensure type safety in frontend applications. It also provides tools for hosting intera
Hosts interactive OpenAPI documentation and specifications to provide a browsable map of available service endpoints.
FastStream is an asynchronous Python framework designed for building event-driven microservices. It provides a unified abstraction layer for interacting with various message brokers, enabling developers to manage event production and consumption through a consistent interface while maintaining access to native provider-specific features. The framework centers on a decorator-based routing model that binds application logic directly to broker topics, supported by a built-in dependency injection container that resolves resources at runtime. The framework distinguishes itself through its deep int
Hosts interactive API documentation for message brokers via CLI or ASGI application mounting.
FastStream is an asyncio message broker framework for building event-driven applications in Python. It provides a unified interface and a multi-broker messaging abstraction layer that translates generic producer and consumer calls into broker-specific APIs. The framework features a built-in dependency injection container and uses decorators to route messages to asynchronous handler functions. It includes a documentation generator that extracts channel definitions and message formats from code to produce standardized AsyncAPI specifications. The project supports integration with Kafka, Rabbit
Serves interactive AsyncAPI documentation endpoints for message-driven APIs.
Connexion is a specification-driven framework for building APIs that automatically maps OpenAPI specifications to application logic. It uses these specifications to automate routing, request validation, and response serialization, linking API operations to backend handler functions via operation IDs. The project differentiates itself by providing a schema-driven mock server that simulates API behavior using example responses from the specification without requiring backend logic. It also includes a dynamic documentation hosting system that translates the API specification into a live interact
Serves interactive, browsable API specifications and documentation interfaces directly from the server.
gin-swagger هو وسيط (middleware) لـ Swagger UI لإطار عمل الويب Gin يعمل كمولد وثائق OpenAPI 2.0. يوفر بيئة اختبار REST API تفاعلية وواجهة تعتمد على المتصفح لتصور عقود API واختبار نقاط النهاية. يسمح المشروع باستضافة تعريفات API متعددة على موجه واحد عن طريق تعيين اسم فريد لكل منها. يمكن من تخصيص العرض البصري والسلوك للواجهة، بما في ذلك التحكم في عمق التوسع واستمرار المصادقة. يعترض الوسيط المسارات لتقديم تعريفات API كحمولات JSON ويضمن الأصول الثابتة الضرورية لواجهة المستخدم مباشرة في الملف الثنائي. يسهل اختبار API التفاعلي للتحقق من هياكل الطلب والاستجابة من خلال متصفح الويب.
Serves an interactive, browsable UI for visualizing and interacting with 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,
Embeds a visual interface to browse and test API resources directly from a web browser.
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
Deploys a web-based interface that renders API documentation in HTML for browsing and testing.