Shodai Suzuki

Results 146 comments of Shodai Suzuki

Hi, @n2k3 Thanks for your comment. > baseUrl: `$\{process.env.API_URL}`, That's certainly works. And as far as I know, this is currently the only workaround for switching variables for each environment....

It`s great, I would like to implement this when creating a custom instance 👍

Hey, @anymaniax Could you please tell me how to use the `HTTP_INSTANCE` defined in the `fetch` sample you gave? https://gist.github.com/anymaniax/44c1331a5643081a82da070e45f405f0#file-http-instance-ts-L34 I would like to implement something like an `Axios` interceptor...

@oferitz @n2k3 The `fetch` client now supports custom mutators via #1457 🙌 As a result, it is now possible to intercept requests and responses, as well as dynamically transform base...

OK, I'll check it later.

@oferitz Could you please explain in detail how you are using it and the actual code? Are you passing the client generated with `fetch` client as an argument as the...

@oferitz It became clear. There is an explanation below about how to use the `fetch` client with `react-query`, but I have not used it yet. https://orval.dev/guides/custom-client As part of this...

@hasanaktas thank you for let me know 👍 Could you please make a new issue for each of these issues with reproduce?

@oferitz @davidysoards Hi, there. In the next version v6.32.0, you will be able to use `fetch` as an http client with `react-query`, `vue-query`, and `svelte-query`. If you are interested, please...

@jamesleeht Thank you for let me know. I knew that, but i forget fix it. So, i'll fix that 👍