William Cheng ad3b5f7045
[Inline model resolver] various improvements (#12293)
* better handling of requestbody in the inline resolver

* remove commented code

* better request body naming

* fix unique naming

* minor code format change

* removed additional underscore from names, fix test

* more fixes, update tests

* fix all tests

* undo changes to default codegen

* update samples

* update python tests

* add new files

* update samples
2022-05-10 17:13:57 +08:00

63 lines
1.8 KiB
Plaintext

.gitignore
README.md
composer.json
src/App/ApiClient.php
src/App/ApiClientFactory.php
src/App/DTO/ApiResponse.php
src/App/DTO/Category.php
src/App/DTO/Collection.php
src/App/DTO/Collection1.php
src/App/DTO/Collection10.php
src/App/DTO/Collection11.php
src/App/DTO/Collection12.php
src/App/DTO/Collection13.php
src/App/DTO/Collection14.php
src/App/DTO/Collection15.php
src/App/DTO/Collection16.php
src/App/DTO/Collection17.php
src/App/DTO/Collection18.php
src/App/DTO/Collection19.php
src/App/DTO/Collection2.php
src/App/DTO/Collection20.php
src/App/DTO/Collection21.php
src/App/DTO/Collection22.php
src/App/DTO/Collection23.php
src/App/DTO/Collection24.php
src/App/DTO/Collection25.php
src/App/DTO/Collection26.php
src/App/DTO/Collection27.php
src/App/DTO/Collection28.php
src/App/DTO/Collection29.php
src/App/DTO/Collection3.php
src/App/DTO/Collection30.php
src/App/DTO/Collection31.php
src/App/DTO/Collection32.php
src/App/DTO/Collection33.php
src/App/DTO/Collection34.php
src/App/DTO/Collection35.php
src/App/DTO/Collection36.php
src/App/DTO/Collection4.php
src/App/DTO/Collection5.php
src/App/DTO/Collection6.php
src/App/DTO/Collection7.php
src/App/DTO/Collection8.php
src/App/DTO/Collection9.php
src/App/DTO/DeleteOrderParameterData.php
src/App/DTO/DeletePetParameterData.php
src/App/DTO/DeleteUserParameterData.php
src/App/DTO/FindPetsByStatusParameterData.php
src/App/DTO/FindPetsByTagsParameterData.php
src/App/DTO/GetOrderByIdParameterData.php
src/App/DTO/GetPetByIdParameterData.php
src/App/DTO/GetUserByNameParameterData.php
src/App/DTO/LoginUserParameterData.php
src/App/DTO/Order.php
src/App/DTO/Pet.php
src/App/DTO/Tag.php
src/App/DTO/UpdatePetWithFormParameterData.php
src/App/DTO/UpdatePetWithFormRequest.php
src/App/DTO/UpdateUserParameterData.php
src/App/DTO/UploadFileParameterData.php
src/App/DTO/UploadFileRequest.php
src/App/DTO/User.php