@anyres/core is an abstract common library which uses IHttpAdapter
to make requests, so it's even possible to use the lib on node.js server side with typescript. You just need to implement a IHttpAdapter
for it.
Anyres inspired by ngx-resource
.
@anyres/wepy-adapter
. Based on wepy.request
from wepy
.@anyres/axios-adapter
. Based on axios
. @anyres/ng-anyres
. Based on HttpClient
from @angular/common/http
.Generated using TypeDoc