fiverr / axios-inherit

πŸ‘¨β€πŸ‘¦ Add interceptor inheritance to axios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

axios-inherit

πŸ‘¨β€πŸ‘¦ Add interceptor inheritance to axios

import axios from 'axios'
import axiosInherit from 'axios-inherit'

axiosInherit(axios)
  1. "Inherit" any existing interceptors of global axios instance when creating a new axios instance.
  2. Apply new interceptors to existing instances when adding interceptors to global axios instance.
  3. Do the same for adding interceptors ("use") and removing them ("eject")

About

πŸ‘¨β€πŸ‘¦ Add interceptor inheritance to axios


Languages

Language:JavaScript 100.0%