Skip to content

Commit f2b6924

Browse files
LukasWoodtlicwilson1776
authored andcommitted
Commit changes in generated files
1 parent 675c9f7 commit f2b6924

20 files changed

Lines changed: 41 additions & 21 deletions

File tree

docs/generators/cpp-boost-beast-client.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
---
2-
title: Config Options for cpp-boost-beast-client
3-
sidebar_label: cpp-boost-beast-client
2+
title: Documentation for the cpp-boost-beast-client Generator
43
---
54

5+
## METADATA
6+
7+
| Property | Value | Notes |
8+
| -------- | ----- | ----- |
9+
| generator name | cpp-boost-beast-client | pass this to the generate command after -g |
10+
| generator stability | STABLE | |
11+
| generator type | CLIENT | |
12+
| generator language | C++ | |
13+
| generator default templating engine | mustache | |
14+
| helpTxt | Generates a cpp-boost-beast client. | |
15+
16+
## CONFIG OPTIONS
617
These options may be applied as additional-properties (cli) or configOptions (plugins). Refer to [configuration docs](https://openapi-generator.tech/docs/configuration) for more details.
718

819
| Option | Description | Values | Default |
@@ -160,7 +171,11 @@ These options may be applied as additional-properties (cli) or configOptions (pl
160171
|DateTime|✓|OAS2,OAS3
161172
|Password|✓|OAS2,OAS3
162173
|File|✓|OAS2
174+
|Uuid||
163175
|Array|✓|OAS2,OAS3
176+
|Null|✗|OAS3
177+
|AnyType|✗|OAS2,OAS3
178+
|Object|✓|OAS2,OAS3
164179
|Maps|✓|ToolingExtension
165180
|CollectionFormat|✓|OAS2
166181
|CollectionFormatMulti|✓|OAS2
@@ -220,6 +235,10 @@ These options may be applied as additional-properties (cli) or configOptions (pl
220235
|Composite|✓|OAS2,OAS3
221236
|Polymorphism|✗|OAS2,OAS3
222237
|Union|✗|OAS3
238+
|allOf|✗|OAS2,OAS3
239+
|anyOf|✗|OAS3
240+
|oneOf|✗|OAS3
241+
|not|✗|OAS3
223242

224243
### Security Feature
225244
| Name | Supported | Defined By |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.1-SNAPSHOT
1+
6.0.0-SNAPSHOT

samples/client/petstore/cpp-boost-beast/generated/api/PetApi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 5.3.1-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

samples/client/petstore/cpp-boost-beast/generated/api/PetApi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 5.3.1-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

samples/client/petstore/cpp-boost-beast/generated/api/StoreApi.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 5.3.1-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/
@@ -197,6 +197,7 @@ StoreApi::getInventory(
197197

198198
std::map<std::string, int32_t> result = std::map<std::string, int32_t>();
199199
if (statusCode == boost::beast::http::status(200)) {
200+
result->fromJsonString(responseBody);
200201
if (not responseBody.empty()) {
201202
std::stringstream responseStream(responseBody);
202203
boost::property_tree::ptree pt;

samples/client/petstore/cpp-boost-beast/generated/api/StoreApi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 5.3.1-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

samples/client/petstore/cpp-boost-beast/generated/api/UserApi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 5.3.1-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

samples/client/petstore/cpp-boost-beast/generated/api/UserApi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 5.3.1-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

samples/client/petstore/cpp-boost-beast/generated/model/ApiResponse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 5.3.1-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

samples/client/petstore/cpp-boost-beast/generated/model/ApiResponse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 5.3.1-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

0 commit comments

Comments
 (0)