generator sanitizing/renaming variables with special characters #869
bolanosdev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi.
i have an openapi spec where we have query variables with special characters
example :
and when i run the generator the query params sanitized removing special characters and are renamed to fooBarBaz
is there a configuration option so the generator will allow me to return the query params as strings?
actual:
expected:
Beta Was this translation helpful? Give feedback.
All reactions