This is monorepository for library which is abstraction of the HTTP client for JavaScript/TypeScript supporting observables from RxJS. Library is inspired by Angular's HTTP service with a goal to provide framework-agnostic HTTP client which can be used outside Angular ecosystem.
Monorepository contains following packages:
- @runopencode/http - HTTP client for JavaScript/TypeScript supporting observables from RxJS.
- @runopencode/ngx-http-client - Angular's HTTP client adapter integration
for
@runopencode/http
.
Packages are published to NPM registry under @runopencode
scope.