-
Hello,
I'm happy to see an advanced project using zodios in public.
If you have feedback don't hesitate to go on zodios discussion page. i'm pretty active.
If you have a bug, it's the same.
Th…
-
This library looks promising but I didn't find any sample about, using FormData and file upload with validation.
If it possible can you provide code snippet?
-
The use case for that is that sometimes you need to add an API call to external APIs with completely different base URL but its not complex enough to be worthy make another `ZodiosInstance` just for t…
-
Hey, I love the package and I've been trying to make a util function to spread a ZodObject into parameters instead of having to manually write the fields.
I was wondering if there is any built-in fun…
-
Right now zodios-openapi does not support recursive types. Using the recursive example from the [zod README](https://github.com/colinhacks/zod#recursive-types)
```ts
interface Category {
name: st…
-
# Bug Report
### 🔎 Search Terms
inference, intersection, polymorphic this, deferred index access
### 🕗 Version & Regression Information
- This changed between versions 5.1.0-dev.…
-
Trying to create an api with a parameter like this
```js
{
name: 'limit',
type: 'Query',
schema: z.number().default(10),
},
```
Gives me this error when the openapi doc is generated
```…
-
Zodios should allow to declare multiple security schemes for openapi
We could add something like this :
```ts
const document = toMultiSchemeOpenApi({
info: {
title: 'Project A API',
…
-
As it currently stands, it [doesn't seem](https://github.com/ecyrbe/zodios-react/blob/main/src/hooks.ts#L263) like `@zodios/react` passes down `signal` provided by `react-query`'s query function down …
-
Hi, I've created a Zodios client plugin which uses the following utilities:
```tsx
import { findEndpoint } from '@zodios/core/lib/plugins/zodios-plugins.utils'
import { replacePathParams } from '…