microsoft/kiota

Issue when converting from camel case to snake case for python generation

Open

#4,531 opened on Apr 22, 2024

View on GitHub
 (3 comments) (1 reaction) (0 assignees)C# (326 forks)auto 404
Pythonhelp wantedtype:bug

Repository metrics

Stars
 (3,783 stars)
PR merge metrics
 (PR metrics pending)

Description

I have a parameter that called imageURL and its converted to image_u_r_l

Also happening for file names, for example notrixSDK becomes notrix_s_d_k.py

Contributor guide