modules/openapi-generator/src/main
java/org/openapitools/codegen/languages
CppRestSdkClientCodegen.java +3 -2
resources/cpp-rest-sdk-client
api-source.mustache +3 -3
cmake-lists.mustache +1 -1
samples/client/petstore/cpp-restsdk
.openapi-generator
VERSION +1 -1
api
PetApi.cpp +4 -4
PetApi.h +4 -4
StoreApi.cpp +4 -4
StoreApi.h +2 -2
UserApi.cpp +4 -4
UserApi.h +2 -2
model
ApiResponse.cpp +1 -1
ApiResponse.h +1 -1
Category.cpp +1 -1
Category.h +1 -1
Order.cpp +1 -1
Order.h +1 -1
Pet.cpp +1 -1
Pet.h +3 -3
Tag.cpp +1 -1
Tag.h +1 -1
User.cpp +1 -1
User.h +1 -1
ApiClient.cpp +1 -1
ApiClient.h +1 -1
ApiConfiguration.cpp +1 -1
ApiConfiguration.h +1 -1
ApiException.cpp +1 -1
ApiException.h +1 -1
CMakeLists.txt +1 -1
HttpContent.cpp +1 -1
HttpContent.h +1 -1
IHttpBody.h +1 -1
JsonBody.cpp +1 -1
JsonBody.h +1 -1
ModelBase.cpp +1 -1
ModelBase.h +1 -1
MultipartFormData.cpp +1 -1
MultipartFormData.h +2 -2
Object.cpp +1 -1
Object.h +1 -1
@@ -158,7 +158,7 @@ public class CppRestSdkClientCodegen extends AbstractCppCodegen {
@@ -158,7 +158,7 @@ public class CppRestSdkClientCodegen extends AbstractCppCodegen {
@@ -208,7 +208,8 @@ public class CppRestSdkClientCodegen extends AbstractCppCodegen {
@@ -208,7 +208,8 @@ public class CppRestSdkClientCodegen extends AbstractCppCodegen {
@@ -2,9 +2,9 @@
@@ -2,9 +2,9 @@
@@ -39,7 +39,7 @@ if( NOT DEFINED CPPREST_ROOT )
@@ -39,7 +39,7 @@ if( NOT DEFINED CPPREST_ROOT )
message( FATAL_ERROR "Failed to find cpprest SDK (or missing components). Double check that \"CPPREST_ROOT\" is properly set")
set(SUPPORTING_FILES "ApiClient" "ApiConfiguration" "ApiException" "HttpContent" "IHttpBody" "JsonBody" "ModelBase" "MultipartFormData" "Object")
@@ -4,16 +4,16 @@
@@ -4,16 +4,16 @@