Skip to content

A .NET library for automatically generating API client code from OpenAPI (Swagger) or GraphQL schemas. Simplify API integration with autogenerated, ready-to-use client code for .NET applications.

License

Notifications You must be signed in to change notification settings

saileshrijal/ApiClientGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiClientGen

A .NET library for automatically generating API client code from OpenAPI (Swagger) or GraphQL schemas. ApiClientGen simplifies the integration of APIs by creating ready-to-use client libraries for .NET applications.

Features

  • Supports OpenAPI (Swagger) and GraphQL schemas
  • Automatically generates C# client classes and methods
  • Configurable output formats and customization options
  • Lightweight, easy-to-use, and fully compatible with .NET Standard
  • Handles asynchronous requests and error handling

Installation

Coming soon on NuGet!

Usage

var generator = new ApiClientGenerator();
generator.GenerateFromOpenApi("https://example.com/swagger.json");

About

A .NET library for automatically generating API client code from OpenAPI (Swagger) or GraphQL schemas. Simplify API integration with autogenerated, ready-to-use client code for .NET applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages