zijianhuang / webapiclientgen

Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
168 stars 38 forks source link

support string enum decorated by ... #109

Closed zijianhuang closed 3 years ago

zijianhuang commented 3 years ago

System.Text.Json.Serialization.JsonStringEnumConverter or Newtonsoft.Json.Converters.StringEnumConverte

likely for service broker, which talk to the other services expecting string enum.

zijianhuang commented 3 years ago

v5.2