forked from loafle/openapi-generator-original
[Python] fix api file name & api var name (#11051)
* fix api filename * fix PythonCodeGen toApiVarName * add samples change
This commit is contained in:
@@ -61,7 +61,7 @@ petstore_api/__init__.py
|
||||
petstore_api/api/__init__.py
|
||||
petstore_api/api/another_fake_api.py
|
||||
petstore_api/api/fake_api.py
|
||||
petstore_api/api/fake_classname_tags_123_api.py
|
||||
petstore_api/api/fake_classname_tags123_api.py
|
||||
petstore_api/api/pet_api.py
|
||||
petstore_api/api/store_api.py
|
||||
petstore_api/api/user_api.py
|
||||
|
||||
Reference in New Issue
Block a user