1 مستودع
Use of attributes to define descriptions and requirement flags for API path, query, and header parameters.
Distinct from Field-Level Metadata Annotations: Focuses on documenting API input parameters specifically.
Explore 1 awesome GitHub repository matching development tools & productivity · Parameter Metadata Annotations. 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
Defines descriptions and requirement flags for path, query, and header parameters to clarify input expectations.