Files
openapi-generator/samples/server/petstore/cpp-oatpp/.openapi-generator/FILES
Kraust 8862b960f8 Add cpp-oatpp-server generator (alpha) (#21547)
* 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.
2025-07-16 15:32:28 +08:00

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