forked from loafle/openapi-generator-original
* first Commit parameterzied Server support * fixed serverconfig classes * Defautl constructor f. Config, fixed regex replace * Polosihed Templates, Added MultiServer support * Update Readme. Fixed MultiServer. Fixed def. Value * Passing global Server to mustache. Small fixes * Updated samples, fixed mustache for multi server * added prefixes, removed unused imports * added newly generated samples * missing vendorExtension in mustache. Update smaple * update doc Co-authored-by: William Cheng <wing328hk@gmail.com>
22 lines
311 B
Plaintext
22 lines
311 B
Plaintext
.gitignore
|
|
README.md
|
|
api/PetApi.cpp
|
|
api/PetApi.h
|
|
api/StoreApi.cpp
|
|
api/StoreApi.h
|
|
api/UserApi.cpp
|
|
api/UserApi.h
|
|
git_push.sh
|
|
model/ApiResponse.cpp
|
|
model/ApiResponse.h
|
|
model/Category.cpp
|
|
model/Category.h
|
|
model/Order.cpp
|
|
model/Order.h
|
|
model/Pet.cpp
|
|
model/Pet.h
|
|
model/Tag.cpp
|
|
model/Tag.h
|
|
model/User.cpp
|
|
model/User.h
|