[cpp rest-sdk] Reponse headers handler (#1511)

* Add support to set a Response headers handler
* Update PetStore
* Fix missing names
* Update PetStore
This commit is contained in:
Juan Eugenio Abadie
2018-11-23 07:38:40 -03:00
committed by sunn
parent cf04ba30db
commit dd33434064
39 changed files with 175 additions and 40 deletions

View File

@@ -4,7 +4,7 @@
*
* OpenAPI spec version: 1.0.0
*
* NOTE: This class is auto generated by OpenAPI-Generator 3.3.3-SNAPSHOT.
* NOTE: This class is auto generated by OpenAPI-Generator 3.3.0-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
@@ -25,7 +25,7 @@
#include "HttpContent.h"
#include "Pet.h"
#include <cpprest/details/basic_types.h>
#include "../ModelBase.h"
#include <boost/optional.hpp>
@@ -63,7 +63,7 @@ public:
///
/// </remarks>
/// <param name="petId">Pet id to delete</param>
/// <param name="apiKey"> (optional, default to utility::conversions::to_string_t(&quot;&quot;))</param>
/// <param name="apiKey"> (optional)</param>
pplx::task<void> deletePet(
int64_t petId,
boost::optional<utility::string_t> apiKey