-
-
Notifications
You must be signed in to change notification settings - Fork 51
Feature/v11 #237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feature/v11 #237
Conversation
497d534
to
4ac4921
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Ping |
806ea83
to
48a20cc
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@ecyrbe any change on getting the v11 out soon? Maybe new beta release? I am facing a issue with the beta19 method |
This PR and this project hasn't been worked on for a long time. What is the PR and project status? Is it abandoned in favour of some other library? |
I could potentially help get some upgrades through here. I'm extremely adept at rebasing/handling merge conflicts, but by the size of this PR, I sense that could be a waste of time… |
This is one issue I would hope could be fixed: Another would be upgrading to tanstack query v5 Lastly, could be a bad idea, but if the tanstack query linter |
Any validation library support, native support for Zod
/Io-Ts
:input
andoutput
type inferrence@zodios/axios
and keep@zodios/core
with only common types and helpers@zodios/axios-plugins
@zodios/fetch
@zodios/fetch-plugins
client.deleteUser(undefined, { params: { id: 1 } })
but simplyclient.deleteUser({ params: { id: 1 } })
@zodios/testing
package that work for both axios/fetch clients