1.0.0 • Published 6 years ago
@anyres/core-drf v1.0.0
@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 on- wepy.requestfrom- wepy.
- @anyres/axios-adapter. Based on- axios.
- @anyres/ng-anyres. Based on- HttpClientfrom- @angular/common/http.