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
This issues is concerned with the variable naming convention for python. For other languages, options are provided for choosing the same eg. camelCase or snake_case, but there is no such option for python.
For eg. we have an option of variableNamingConvention for php.
My variables in swagger_definition.yml are in camelCase (eg: startDate) but it converts to snake_case (eg. start_date) on wrapper generation, which is not desirable. Please suggest a way to solve this out.
Using master branch / version: 2.2.3
The text was updated successfully, but these errors were encountered:
[PYTHON]
Description
This issues is concerned with the variable naming convention for python. For other languages, options are provided for choosing the same eg. camelCase or snake_case, but there is no such option for python.
For eg. we have an option of
variableNamingConvention
for php.My variables in swagger_definition.yml are in camelCase (eg:
startDate
) but it converts to snake_case (eg.start_date
) on wrapper generation, which is not desirable. Please suggest a way to solve this out.Using master branch / version: 2.2.3
The text was updated successfully, but these errors were encountered: