In Typescript Client generator, for API endpoint methods, use a class argument instead of individual arguments #5184
PehaSimCorp
started this conversation in
Ideas
Replies: 0 comments
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.
-
Hi,
In Typescript Client generator, for API endpoint methods, could we use a class argument instead of individual arguments?
This would assist in;
If the work is simple, I am happy to try this out myself but I'm not sure where to start.
For example
A method generated in the Open API Client:
After change it would look like:
Beta Was this translation helpful? Give feedback.
All reactions