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

support Aurelia with HttpClient #66

Closed zijianhuang closed 5 years ago

zijianhuang commented 5 years ago

https://aurelia.io/docs/plugins/http-services#aurelia-fetch-client

Based on the works with axios since this also use Promise

zijianhuang commented 5 years ago

The codes generated originally for axios should be able to be working with Aurelia and Vue.

Use this as Demo project https://github.com/ScottWhittaker/toh-aurelia

This one is having vue and react: https://github.com/johnpapa/heroes-vue

https://johnpapa.net/a-look-at-angular-alongside-vue-3/ John is great

zijianhuang commented 5 years ago

probably support both Aurelia built-in http libs.

zijianhuang commented 5 years ago

https://auth0.com/blog/building-a-movie-listing-application-with-aurelia-and-typescript/

zijianhuang commented 5 years ago

https://amcn41r.github.io/blog/2017/04/29/karma-aurelia-ts-systemjs/

zijianhuang commented 5 years ago

released with 2.8