-
Today we allow plugins to be attached to any endpoint or one specific endpoint.
This may not be enough for complex use cases where you want to enable a plugin for all endpoint but one or two.
So we …
-
Hello,
I notice that you could have multiple endpoint with the same alias but not with the same path.
When I have 2 paths identical I get an `Zodios: Duplicate path '${fullpath}'` error.
But …
-
## The Bug
Here is a reproduction [CodeSandbox](https://codesandbox.io/s/nice-yalow-8ldvl2?file=/src/api.ts:1615-1658).
I am using [openapi-zod-client](https://github.com/astahmer/openapi-zod-cli…
-
Hi, first time that I try this lib, I used it with the two options that I use without any issues with react-query, "select" and "enabled".
But setting enabled to false, or setting a selected to chang…
-
Hi, thanks for sharing your wrapper for zodios msw. When it comes to returning void from a post request using makeApi(), I get a Type error that Type 'void' is not assignable to type 'DefaultBodyType'…
-
## tl;dr
As an operational guy
I would like to set the baseURL API parameter via environment variables
so that the developer does not have to build multiple API's for different server addresses.
…
-
Hi, I'm using zodios-react hooks with a lot of joy, it is really helpful and type-safe. I don't need to waist more time to make hooks :)
But I found an unexpected result about the generated key.
T…
-
The type inference generated from the code below does not work as expected.
```typescript
export const parameters = makeParameters([
{
name: 'userId',
description: "The user's id.",
…
-
Hello,
It's look like the transform method is not called when coming from errors calls.
For example
```typescript
makeEndpoint({
alias: 'updateConfig',
description: 'Modify confi…
-
According to the documentation, Zodios uses Tanstack Query as the base for the API client. Shouldn't this be mentioned in the homepage instead?
![image](https://user-images.githubusercontent.com/87…