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
-
Hello
We are planning to start use
@tanstack/react-query
for our project. Got naming problem with generated functions - they duplicates because we use the sameoperationId
for similar functions in different services.asClass
option from@hey-api/sdk
allows 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
operationId
change 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