ecyrbe

Results 72 comments of ecyrbe

Hello, you can, with zodios plugins or axios interceptor. if you need to actually extract headers for data or behaviour purpose, plugins may not be enough. However, in next planned...

Ok, i expect to be able to release a new beta of v11 with this feature this week-end if you want to try it early

@shepherdjerred i'm sorry, i'm revamping the whole v11 beta state with a lot of breaking changes at the moment with a new api definition shape ongoing here : https://github.com/ts-api-spec/typematic so...

Since it's a validation error, the data that is not validated is encapsulated in a ZodiosError. So you Can do : ```ts try { const variable = await zodiosClient.get(...) //...

Hello, we have a typesafe way to get the queryKey : http://www.zodios.org/docs/client/react#zodios-key-helpers It allows to invalidate all keys related to a path or alias (if you don't pass params) or...

Hello @robotkutya, i did not started working on this yet. Help is very welcomed. If you want to help, use V11 branch and go on package react (V11 branch is...

Hello, I'll need the full api declaration to trouble shoot what is hapenning

Can you try to update to latest version, i also found ts perf issues with 10.9.2 , 10.9.4 got it back to better perfs. And next release v11 handles even...

hello, There are no keys for mutations. see react-query documentation: https://tanstack.com/query/v4/docs/guides/mutations If you meant to use body for immutable queries using post, then yes this will be fixed with v11.