asClass option support for @tanstack/react-query (an analog of @hey-api/sdk) #1440
Unanswered
maksim-optifino
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
@maksim-optifino is bundle size not a concern? How would your generated output ideally look like? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
We are planning to start use
@tanstack/react-queryfor our project. Got naming problem with generated functions - they duplicates because we use the sameoperationIdfor similar functions in different services.asClassoption from@hey-api/sdkallows us to have the same names for functions (they are wrapped in different classes).Are you planning to add some way to handle such situation without
operationIdchange in input file? (maybe react on asClass option from@hey-api/sdk, or separate configuration property or function in@tanstack/react-query)Beta Was this translation helpful? Give feedback.
All reactions