developit / redaxios

The Axios API, as an 800 byte Fetch wrapper.
https://npm.im/redaxios
Apache License 2.0
4.72k stars 100 forks source link

Support Interceptors API #9

Open developit opened 4 years ago

developit commented 4 years ago

https://github.com/axios/axios#interceptors

jaredpalmer commented 4 years ago

This is a really big one. It's very useful for adding an automatic logout based on a status code

vitormalencar commented 4 years ago

indeed I use this feature all the time =) 👍

Arminkhodaei commented 4 years ago

I've already implemented the interceptors. PR is submitted. :)

simnalamburt commented 11 months ago

Or we need to clearly document that redaxios does not support intercept API in README.md (hopefully along with other unsupported features)