forked from loafle/openapi-generator-original
* Oat++ Server Generator (C++) * Fixed for support for newest OpenAPI version. * ALPHA not STABLE. * Fixed for support for newest OpenAPI version. * Added github workflow & changed to OA3 Petstore. * Good catch on adding the Workflow. * Might help to update the samples. * Set C++ Standard the CMake way. * Would be easier if there was a .pc file. * oatpp.lib. * Add ws2. * This probably doesn't work, need to take a time out.
19 lines
355 B
Plaintext
19 lines
355 B
Plaintext
CMakeLists.txt
|
|
README.md
|
|
api/PetApi.hpp
|
|
api/StoreApi.hpp
|
|
api/UserApi.hpp
|
|
impl/PetApiController.cpp
|
|
impl/PetApiController.hpp
|
|
impl/StoreApiController.cpp
|
|
impl/StoreApiController.hpp
|
|
impl/UserApiController.cpp
|
|
impl/UserApiController.hpp
|
|
main-api-server.cpp
|
|
model/ApiResponse.hpp
|
|
model/Category.hpp
|
|
model/Order.hpp
|
|
model/Pet.hpp
|
|
model/Tag.hpp
|
|
model/User.hpp
|