.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/Collection2.php src/App/DTO/Collection3.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