Replies: 3 comments
-
Hey @Sanideth, are you looking for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, thank you for answering! I think so! I'll check it out and get back to you. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for the late answer, I was out of town but bro, this works flawlessly, thank you!!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using tanstack and axios client
We have an API, where every endpoint path starts with a version.
For example: 'api/1.26/Items' as a GET.
so when generating here, we get 'getApiV125ItemsPaginated' so on every version change, all this query and mutation methods will be changed and imports will be broken.
Is there a way to omit version or make a custom name generation option?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions