axios-extensions
axios-extensions copied to clipboard
About throttleAdapterEnhancer
Can throttleAdapterEnhancer
be configed for single endpoint like cacheAdapterEnhancer
does?
Declare a config for AxiosRequestConfig
and override the options passed in for adapter entrance.
So it can be used more flexible.
myAxios.get('/endpoint', { threshold: 250 })
This would be a killer feature ! I don't want to throttle all endpoint ! any alternatives @Zhaocl1997 ?
@nabenzine do you want give xior a try(axios alternative lib)? xior provide this feature https://github.com/suhaotian/xior?tab=readme-ov-file#request-throttle-plugin