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
changed the title [-]Issue when converting from camel case to lower case for python generation[/-][+]Issue when converting from camel case to snake case for python generation[/+]on Apr 22, 2024
Activity
[-]Issue when converting from camel case to lower case for python generation[/-][+]Issue when converting from camel case to snake case for python generation[/+]baywet commentedon Apr 22, 2024
Hi @hvuhsg
Thanks for reporting this and for using kiota.
The implementation for the Snake casing is here
And the unit tests here
It could be amended to NOT add an underscore if the following character is uppercase.
Is this something you'd be willing to submit a pull request for?
hvuhsg commentedon May 6, 2024
Yes, on it!
hvuhsg commentedon May 6, 2024
Opened a PR:
#4608