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

CherryPickingMethods for each data model assembly #22

Closed zijianhuang closed 4 years ago

zijianhuang commented 6 years ago

currently 1 method for all assemblies defined.

For dealing with 3rd party server side data models, it could be handy to apply different cherry picking methods.

"DataModels" : [ { Assembly : "SomerdParty", Namespace: "SomeParty.Data", CherryPickingMethods: "3" } }

zijianhuang commented 4 years ago

DataModels

Namespace is not needed for the time being.