-
Currently we can validate **both** the request payload sent **and** the response content using [`validate`](https://vscode.dev/github.com/ecyrbe/zodios/blob/11d712742d7dbd59ced523870609b75a33382db4/sr…
-
To keep things simple, as of today most browser support HTTP 2, so SSE doesn't have those disadvantages of the past and can replace Websockets anywhere you aren't building a FPS-shooter on the browser…
-
Hello and thanks for this great library!
I have a question that I haven't been able to resolve, maybe there is a solution but I missed it in the docs and couldn't find an answer through Google/Stac…
-
### Discussed in https://github.com/ecyrbe/zodios/discussions/176
Originally posted by **epotter2297** October 11, 2022
It would be really cool if there was a way to use zod to validate my pat…
-
Hi! 👋
Firstly, amazing project - one of the best typed libraries I've seen.
I have a small improvement suggestion - would be great, if the Zod validation utility searching for schema to a…
-
Hey, I have a use-case where I need to inject a custom base URL depending on the request config, to do so i'm currently using a plugin creator (the `baseUrl` is an env var fetched at runtime and dynam…
-
## Problem
A sample [codesandbox](https://codesandbox.io/s/cold-sun-57ky11?file=/src/App.tsx) for demonstrating the bug
![image](https://user-images.githubusercontent.com/38932402/191890349-b95f31…
-
## Senario
For my experience, it quite often to use a POST request for searching resource or pagination.
For example:
```
POST /users/search HTTP/1.1
Accept: application/json
Content-Type: a…
-
Hi, query string as an array again!
I'm useing Zodios with a GraphQL [DataLoader](https://github.com/graphql/dataloader).
example:
```typescript
const userResponse = z.array(
z.object({
…
-
We currently have an file with a bunch of route definitions. The readability really starts to get worse as the file grow, having an `makeEndpoint` method would be specially useful when we want one def…