01Generates C# HTTP clients directly from OpenAPI JSON/YAML files at build time using a .NET Source Generator.
02Provides a .NET CLI Tool for manual generation of OpenAPI clients from definitions.
03Includes a containerized MCP Server with built-in tools for OpenAPI specification processing.
04Validates the structure and syntax of OpenAPI JSON documents.
05Generates cURL commands and C# HTTP request snippets for specific API operations.
069 GitHub stars