Openapiclientgen Versions Save

Generate strongly typed C# and TypeScript client codes from Open API / Swagger definitions supporting jQuery, Angular, AXIOS, Fetch API, Aurelia and Angular Strictly Typed Forms

v3.1.2

3 weeks ago

tolerate doggy def with component names containing "+"

v3.1.1

3 weeks ago

For .NET Client API, strongly typed OpenAPI Client Generators have been well supporting Newtonsoft.Json and System.Text.Json. Since .NET 6 and ASP.NET 7, System.Text.Json has become comprehensive. The primary support of this codegen is now shifted from Newtonsoft.Json to System.Text.Json.

In this release, the features for Angular, Aurelia, AXIOS, Fetch API, and jQuery remain unchanged.

v3.1_PluginUpdated

2 months ago

throw error if http status code is not within 200-204

v3.1

2 months ago
  1. Better support for Int64.
  2. More generated doc comments based on data constraints in def, for properties of interfaces and params of functions.

Mimicking what have been done in WebApiClientGen, as described in:

  1. Enjoy Rich Integral Types of .NET and Overcome the 53-bit Limitation of JavaScript
  2. Dealing with Large Integral Numbers in JavaScript for Integral Types of ASP.NET Core Web API

v3.0.2

3 months ago

#63 : option to sort data models and api functions

v3.0.1

3 months ago

for #61

v3

3 months ago
  1. Separate keywords of C# and TypeScript, so renaming identifiers defined in def to avoid conflicting with C# or TypeScript could be kept to minimum.
  2. More resilient to Swagger / OpenAPI definitions unfriendly to code gen for C# and TypeScript.
  3. The integration test suites cover over 1,700 OpenAPI v3 definitions and over 615 Swagger v2 definitions: generate codes, compile with C# compiler and TypeScript/Angular compiler.

v2.8.1

4 months ago

#49

v2.7.2

4 months ago

minor bugs fixed

v2.7.1

4 months ago

Support Pattern with NG Reactive Forms.