2 مستودعات
Integrated tool suites for managing OpenAPI-based development, including specification generation and code synthesis.
Distinct from OpenAPI Specification Generators: Candidates are limited to specific generators or parsers, not the overarching toolchain identity.
Explore 2 awesome GitHub repositories matching development tools & productivity · OpenAPI Toolchains. Refine with filters or upvote what's useful.
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
Provides an integrated tool suite for generating OpenAPI specifications and synthesizing client and server code for .NET.
NSwag is a toolchain for the .NET ecosystem designed to automate the generation of API documentation, server controllers, and typed client proxies from OpenAPI contracts. It functions as a contract-first API tool that enables the creation of server-side boilerplate and client libraries based on predefined specifications. The suite distinguishes itself through its ability to extract OpenAPI specifications from existing ASP.NET Core code via reflection and its capacity to generate type-safe TypeScript client proxies. It also provides an interactive documentation server that hosts and renders th
Provides a comprehensive set of tools for generating typed client libraries and server controllers from OpenAPI specifications in .NET.