axios-observable icon indicating copy to clipboard operation
axios-observable copied to clipboard

Use axios in a rxjs way. use Observable instead of Promise

Results 5 axios-observable issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [axios](https://github.com/axios/axios) from 1.1.3 to 1.6.7. Release notes Sourced from axios's releases. Release v1.6.7 Release notes: Bug Fixes capture async stack only for rejections with native error objects; (#6203) (1a08f90)...

dependencies

In the [example](https://github.com/zhaosiyang/axios-observable#example), isn't the following: ```// Optionally the request above could also be done as Axios.get('/user?ID=12345'), { params: { ID: 12345 } }) [...] ``` supposed to be: ```//...

Thank you very much for the excellent library! Errors occurred while migrating to _Axios_ 1.2.1 with axios-observable 2.0.0 **Stackblitz Case (Bug Reports)** https://stackblitz.com/github/dbelob/axios-observable-cancel-token-error **Current behavior** Error when trying to make...

Hello! Could it be possible to have an Axios Observable based on [redaxios](https://www.npmjs.com/package/redaxios) that has the same API as Axios?