awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesRequest Body Documentation

Specification of the structure and requirements for incoming API request payloads.

Distinct from Request Body Deserializers: Candidates focused on altering/buffering bodies; this is about documenting the required structure for clients.

Explore 4 awesome GitHub repositories matching web development · Request Body Documentation. Refine with filters or upvote what's useful.

Awesome Request Body Documentation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • swagger-api/swagger-coreالصورة الرمزية لـ swagger-api

    swagger-api/swagger-core

    7,528عرض على GitHub↗

    swagger-core is a set of libraries for parsing, generating, and serializing OpenAPI specifications to automate REST API documentation. It provides tools to read, validate, and transform JSON or YAML specifications into programmable objects, as well as a generator that scans source code and annotations to create formal technical descriptions of an API. The project enables bi-directional specification serialization, allowing in-memory API definitions to be converted between native language objects and structured files. It uses a plugin-based scanning mechanism and annotation-driven generation t

    Provides specification of the structure and requirements for incoming API request payloads.

    Javahacktoberfestjavaopen-source
    عرض على GitHub↗7,528
  • domaindrivendev/swashbuckle.aspnetcoreالصورة الرمزية لـ domaindrivendev

    domaindrivendev/Swashbuckle.AspNetCore

    5,492عرض على GitHub↗

    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

    Adds descriptive metadata and requirement constraints to the request body of an operation to specify input needs.

    C#
    عرض على GitHub↗5,492
  • juhaku/utoipaالصورة الرمزية لـ juhaku

    juhaku/utoipa

    3,682عرض على GitHub↗

    utoipa is a Rust API documentation tool used to generate machine-readable OpenAPI specifications. It functions as a specification generator and schema mapper that converts Rust structs and enums into compliant OpenAPI schemas. The project distinguishes itself by using procedural macros and traits to automate metadata extraction from code. It supports complex data modeling, including generics, polymorphism, and recursive type resolution, while synchronizing field renaming and tagging from serialization attributes. It also enables the composition of modular specifications, allowing multiple sma

    Describes the structure and requirements of incoming request bodies to ensure correct documentation of inputs.

    Rustauto-generatedcompile-timedocumentation
    عرض على GitHub↗3,682
  • zipmark/rspec_api_documentationالصورة الرمزية لـ zipmark

    zipmark/rspec_api_documentation

    1,452عرض على GitHub↗

    This project is an automated documentation generator that synchronizes API reference materials with actual code behavior. By capturing live HTTP request and response data during the execution of existing test suites, it ensures that documentation remains accurate and consistent with the underlying application. The tool distinguishes itself by integrating directly into the test runner lifecycle, allowing developers to define API specifications and metadata within their test blocks. This approach enables a test-driven documentation workflow where API behavior is recorded and mapped to structure

    Allows developers to define HTTP headers, query parameters, and request bodies directly within test blocks to document expected API behavior.

    Rubyapirspecruby
    عرض على GitHub↗1,452
  1. Home
  2. Web Development
  3. Request Body Documentation