Shodai Suzuki

Results 142 comments of Shodai Suzuki

@anymaniax I see, the sample you shared with me adds query parameters to the URL. I will refer to it and consider it again.

Hi, @anymaniax I took your advice into consideration and changed the `URL` used by `fetch` to be obtained from a `get URL function`. This function combines `path parameters` and `query...

Hi, @mironbalcerzak I'll review it. Let me know when you change the status to Ready.

Thank you for made this report. I understood that when using a custom instance of `Axios`, the settings of `Axios` cannot be passed to the custom instance via `hooks`. I...

@severinh Thank you for made this issue. > Simulating HTTP errors in tests Regarding alternatives, when extending and defining a mock definition in a test, for example, you can use...

Yes, this is an alternative method, but it is consistent and functional with the URL defined in OpenAPI, so please consider it as one method. ``` const key, _ =...

@DevSDK Thank you for made this PR, I'll review this.

For example, there are some functions that can no longer be overridden, such as `tests/generated/angular/tags-split/pets/pets.msw.ts`. Can you check this? Below are the previous functions: ```typescript export const getListPetsMock = (overrideResponse:...

I don't want to increase the number of dependent libraries if possible. It is convenient because there are no dependent libraries, and `lodash` is a general-purpose library, which may be...

@DevSDK I will think about both methods together. However, there are other things I would like to do, so I will deal with them in order.