SubscriptionsCollectionDocumentApiImpl.cpp 990 Bytes
/**
* Namf_EventExposure
* AMF Event Exposure Service © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. 
*
* The version of the OpenAPI document: 1.2.0-alpha.2
* 
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/

#include "SubscriptionsCollectionDocumentApiImpl.h"

namespace org {
namespace openapitools {
namespace server {
namespace api {

using namespace org::openapitools::server::model;

SubscriptionsCollectionDocumentApiImpl::SubscriptionsCollectionDocumentApiImpl(const std::shared_ptr<Pistache::Rest::Router>& rtr)
    : SubscriptionsCollectionDocumentApi(rtr)
{
}

void SubscriptionsCollectionDocumentApiImpl::create_subscription(const AmfCreateEventSubscription &amfCreateEventSubscription, Pistache::Http::ResponseWriter &response) {
    response.send(Pistache::Http::Code::Ok, "Do some magic\n");
}

}
}
}
}