Hi,
I was wondering if it would be possible to substitute the means by which an Data Adaptor makes a request?
I have an application where I'm using Axios for HTTP requests, and I would like the Data Manager (and/or its Adaptor) to use the same client.
This would enable me to use the Axios interceptors for the requests made by the Data Manager as well.
Is there a way to achieve this?
Kind regards,
Wouter