-
As Cornelius reported here: https://github.com/loculus-project/loculus/issues/3295, Zodios seems to be unmaintained, and we're now behind a major version on react-query: https://github.com/loculus-pro…
-
Hi,
I've just been debugging why my Zod wasn't working with the zodios-express library. And it looks like by default zodios-express removes any validation added by `refine` and `superRefine` callba…
-
**Read before opening**
- Did you search the current list of issues ? Yes
- Is your issue related to zod or zodios ? No
- Are you using a Swagger v2 input schema ? No
- Do you really need runtime …
-
[zodios](https://github.com/ecyrbe/zodios) does not seem well maintained anymore. Relying on this project is risky (and also forces us to add dependencies we do not use, e.g. axios.
[OpenAPI](https:/…
-
First of all, I want to express my gratitude for this amazing library!
I've noticed that there haven't been any new releases for Zodios for a while, and it seems like the project might be abandoned…
-
[Why you want react-query](https://tkdodo.eu/blog/why-you-want-react-query) - Long list of things that are easy to screw up in useEffect
[Configure error boundary at root](https://twitter.com/house…
-
First of all thanks for the great `zodios` library!
I am running node and using zodios in the backend.
After `npm i @zodios/plugins` and importing
```ts
import {pluginToken} from "@zodios/pl…
-
The fact that the LAPIS client send `Accept: application/json, ...` headers caused a bug in #3077 when upgrading LAPIS to 0.3.6 - as from that version onwards json can be returned (though we really e…
-
We had this working initially using Swagger / OpenAPI -> Zodios client generation, but there were a few problems:
1. Updating a shared type, generating the client, etc was sorta a pain. Not seamless.…
-
With Axios, you can override the query params serializer by setting `paramsSerializer` ([reference](https://www.zodios.org/docs/client#request-options)).
The Fetch plugin just uses "qs": https://gi…