-
In the wonderful [Jotai](https://jotai.org/) library, there is a [react-query plugin](https://jotai.org/docs/extensions/query) which seems very promising.
I personally adore both of Zodios and Jota…
-
### What version of `kubb` is running?
kubb/2.0.6 darwin-arm64 node-v20.9.0
### What platform is your computer?
MacOS
### What version of external packages are you using(`@tanstack-query`,…
-
Hi,
I have a pretty large app, and I am trying to evolve from express-openapi-validator that uses an openapi.json definition as its source of thruth to zodios using a zod schema as its source of tr…
-
Version: @zodios/express 10.6.1, zod 3.22.4, @types/express 4.17.21
```ts
export const app = zodiosApp(apis);
// ⬇️ Parameter 'err' implicitly has an 'any' type.ts(7006)
app.use((…
-
Hi,
I would like to ask, if this is correct typing of Zodios error type.
The default type of `error` in `onError` callback is: `error: Error | ZodiosError | AxiosError | null`.
This error obj…
-
When using routes that receive a `FormData` request, the `defaultErrorHandler` thinks the fields in the form are all `undefined`. However, if validation is disabled, one can see within the request han…
-
**Version**: 1.10.2
When I hover over the generated types for a response object, they include wrapping generics. I mentioned this in the Zodios discord and @ecyrbe said that this looked wrong, and …
-
When using a Zodios Router in a NextJs project, the types inferred are using `express` Request/Response types rather than NextJs.
Would it be possible to have some kind've argument on the router to…
-
### What version of `kubb` is running?
1.10.0
### What platform is your computer?
Linux, Windows
### What steps can reproduce the bug?
**Issue Summary:**
Path parameter is generated …
-
Some API specs provide operationIds in something else than camel case, which can lead to eslint warnings for the generated aliases. Would it make sense to provide an option to directly camelCase the o…