Jean-Patrick Smith
Results
2
comments of
Jean-Patrick Smith
It's possible to have a `useCache` flag, just hook into each request using an interceptor. I set it up like this: ``` export const client = setup({ baseURL: API_BASE, withCredentials:...