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

In the api integration tests, one of them may have the json formatter ouput camelCasing. #11

Closed zijianhuang closed 7 years ago

zijianhuang commented 7 years ago

and in the document, mention this as well, while by default Web API is a bit case insensitive.

zijianhuang commented 7 years ago

refined the doc