-
### Discussed in https://github.com/ecyrbe/zodios/discussions/197
Originally posted by **QzCurious** October 21, 2022
I'm not familiar how bundler works and how to trace it down. I am willing …
-
Steps to reproduce:
1. clone https://github.com/QzCurious/zodios-hook-bug
2. `yarn`
3. `yarn dev`
4. visit http://localhost:3000
5. The line [`apiHook.useUser()`](https://github.com/QzCurious/z…
-
I've define a body parameter for my post request. But I can ignore `data` without ts showing error.
[codesandbox](https://codesandbox.io/s/cold-sun-57ky11?file=/src/api.ts)
```ts
import { makeA…
-
Hey @ecyrbe,
I wanted to upload the exported api definition which we generate here https://github.com/dotindustries/bouncer/blob/8d9831a6ac5ace6cde099e751741c1f15b5ecf19/packages/core/src/common/ap…
-
I'm not sure what I'm doing wrong, but I'm only getting types coming through when I use the `apiBuilder` helper, but if I use `makeApi` the types look messed up, see the screenshot below. Is this a bu…
jwyce updated
2 years ago
-
### Describe the bug
Hello,
Since `@tanstack/react-query` v4.3.0 (ESM support) has issues with third party libraries that encapsulate react-query when using it with nextJS (maybe other stacks al…
-
### The problem
I tried using the `pluginHeader` and `pluginToken`, my objective was to remove the "Authorization" header because for example using Firebase, if exist the "Authorization" header (even…
-
I am using the `pluginToken` plugin. When defining `getToken` I want to use another method of the client that is part of the API definition. However, doing so leads to an infinite recursion, because t…
-
app in this example is a `ctx.app(api)`
![image](https://user-images.githubusercontent.com/5043/204383356-79ff37d1-e090-4062-bdfe-810de09bc58f.png)
Full error:
```
[{
"resource": "/home/th…
-
I can share the schema definition, but it's huge so I don't know if it's really helpful