Hi guys,
I'm trying to develop a plugin that intercept some specific requests, such as /some/api/request. My main goal is intercept the payload and the response of that request. I'm thinking about add these script in some hack.js file.
I take a brief look into KFetch, but it seems that is an alternative to $http, so it's no what I want...
Another thing that I've found on the Documentation it's the HttpInterceptor with the request and response methods.
But I don't know how to implement them... 
Can you help me guys?