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
167 stars 38 forks source link

when POST or PUT empty body, make it empty #36

Closed zijianhuang closed 6 years ago

zijianhuang commented 6 years ago

currently it is JSON.stringify(null). Though things are still working well, but not looking good format.

NG2, jQuery and C#

zijianhuang commented 6 years ago

done