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

in C#, use relative path implementation for more DI friendly #89

Closed zijianhuang closed 4 years ago

zijianhuang commented 4 years ago
  1. In implementation, use relative path.
  2. Provide a constructor with only HttpClient which should be initialized with a BaseAddress in app codes.
zijianhuang commented 4 years ago

done