File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ CircleCI] ( https://dl.circleci.com/status-badge/img/gh/JoseLion/rxjs-axios/tree/main.svg?style=shield )] ( https://dl.circleci.com/status-badge/redirect/gh/JoseLion/rxjs-axios/tree/main )
2
- ![ NPM version] ( https://img.shields.io/npm/v/rxjs-axios )
3
- ![ NPM bundle size] ( https://img.shields.io/bundlephobia/min/rxjs-axios )
4
- ![ NPM downloads] ( https://img.shields.io/npm/dm/rxjs-axios )
5
- ![ NPM license] ( https://img.shields.io/npm/l/rxjs-axios )
6
- ![ GitHub Release Date] ( https://img.shields.io/github/release-date/JoseLion/rxjs-axios )
7
- ![ Snyk Vulnerabilities for npm package ] ( https://img.shields.io/snyk/vulnerabilities/npm/rxjs-axios )
2
+ [ ![ NPM version] ( https://img.shields.io/npm/v/rxjs-axios )] ( https://www.npmjs.com/package /rxjs-axios)
3
+ [ ![ NPM bundle size] ( https://img.shields.io/bundlephobia/min/rxjs-axios )] ( https://www.npmjs.com/package /rxjs-axios)
4
+ [ ![ NPM downloads] ( https://img.shields.io/npm/dm/rxjs-axios )] ( https://www.npmjs.com/package /rxjs-axios)
5
+ [ ![ NPM license] ( https://img.shields.io/npm/l/rxjs-axios )] ( ./LICENSE )
6
+ [ ![ GitHub Release Date] ( https://img.shields.io/github/release-date/JoseLion/rxjs-axios )] ( https://github.com/JoseLion/rxjs-axios/releases )
7
+ [ ![ Snyk Vulnerabilities] ( https://img.shields.io/snyk/vulnerabilities/npm/rxjs-axios )] ( https://snyk.io/ )
8
8
9
9
# rxjs-axios
10
10
A complete Axios wrapper that uses RxJS observables instead of promises. Same Axios API, but anything that used to return a ` Promise<T> ` will now return an ` Observable<T> ` instead.
You can’t perform that action at this time.
0 commit comments