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

option to generate with Fetch API #67

Closed zijianhuang closed 4 years ago

zijianhuang commented 5 years ago

https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API#Browser_compatibility

zijianhuang commented 5 years ago

it should be looking similar to what implemented for Aurelia

https://fetch.spec.whatwg.org/ https://github.com/ryan-codingintrigue/typescript-fetch/blob/master/fetch.js.d.ts https://blog.logrocket.com/axios-or-fetch-api/

zijianhuang commented 4 years ago

done