Alex Sarychev

Results 3 comments of Alex Sarychev

I'm experiencing the same issue. It would be really nice if it could be fixed.

@putnap It's a problem with axios plugin, it fires transformers only if responseType set to JSON. It's done on the client side when you configure your client object: ` client.setConfig({...

@mrlubos I think it would be great idea to provide an interface in the plugin settings to transform certain types on the fly: Something like that: (pseudocode) ``` { name:...