You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
My organisation has been having broken builds because of the changes in the parameter order in the generated axios API call methods.
Describe the solution you'd like
The most straightforward solution, from the usage perspective, would be having these API calls having named parameters (object arguments) since the order would become irrelevant and wouldn't break the functionality. I.E.:
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
My organisation has been having broken builds because of the changes in the parameter order in the generated
axios
API call methods.Describe the solution you'd like
The most straightforward solution, from the usage perspective, would be having these API calls having named parameters (object arguments) since the order would become irrelevant and wouldn't break the functionality. I.E.:
Describe alternatives you've considered
We can just manually change the order of the parameters in the generated method calls whenever our pipeline job of building/testing breaks.
Additional context
Could be interesting to add a flag on generation to have an opt-in way of choosing named parameters or keeping the existing behaviour.
The text was updated successfully, but these errors were encountered: