@anyres/core-nestjsx-crud
v2.0.0
Published
any resource drf
Downloads
98
Readme
@anyres/core
@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
.
Known IHttpAdapter
@anyres/wepy-adapter
. Based onwepy.request
fromwepy
.@anyres/axios-adapter
. Based onaxios
.@anyres/ng-anyres
. Based onHttpClient
from@angular/common/http
.