4 مستودعات
Settings and templates used to customize the visual appearance and behavioral settings of an API documentation interface.
Distinct from Interactive API Documentation UIs: Focuses on the configuration of the UI itself rather than the act of rendering the specification.
Explore 4 awesome GitHub repositories matching web development · UI Configurations. 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
Provides middleware options and custom templates to customize the appearance and behavior of the documentation interface.
Connexion is a spec-first Python web framework designed to derive server behavior and validation logic directly from a predefined API contract. It enables the development of web services by using an OpenAPI specification to automatically handle routing, request validation, and response serialization. The framework distinguishes itself by acting as an OpenAPI request validator and mock server. It can simulate API behavior by serving example responses based on specification schemas, allowing for frontend development and prototyping before a backend implementation is completed. Additionally, it
Customizes the visual appearance and behavioral settings of the integrated interactive API documentation interface.
gin-swagger هو وسيط (middleware) لـ Swagger UI لإطار عمل الويب Gin يعمل كمولد وثائق OpenAPI 2.0. يوفر بيئة اختبار REST API تفاعلية وواجهة تعتمد على المتصفح لتصور عقود API واختبار نقاط النهاية. يسمح المشروع باستضافة تعريفات API متعددة على موجه واحد عن طريق تعيين اسم فريد لكل منها. يمكن من تخصيص العرض البصري والسلوك للواجهة، بما في ذلك التحكم في عمق التوسع واستمرار المصادقة. يعترض الوسيط المسارات لتقديم تعريفات API كحمولات JSON ويضمن الأصول الثابتة الضرورية لواجهة المستخدم مباشرة في الملف الثنائي. يسهل اختبار API التفاعلي للتحقق من هياكل الطلب والاستجابة من خلال متصفح الويب.
Provides settings to customize the visual appearance and behavioral properties of the API documentation interface.
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,
Customizes the visual API interface using HTML templates, version selection, and external style assets.