[C++][Restbed] Add handler callback methods (#2911)

* [C++][Restbed] Add handler callback methods

* [C++][Restbed] Update Petstore sample
This commit is contained in:
Mateusz Szychowski (Muttley)
2019-05-30 16:45:28 +02:00
committed by Stefan Krismann
parent aae97638a9
commit 87adba9c4b
21 changed files with 773 additions and 258 deletions

View File

@@ -2,10 +2,10 @@
* OpenAPI Petstore
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
*
* OpenAPI spec version: 1.0.0
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI-Generator 4.0.0-SNAPSHOT.
* NOTE: This class is auto generated by OpenAPI-Generator 4.0.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/