forked from loafle/openapi-generator-original
[c++ pistache server] Support basic query handling (#943)
Support basic query handling Add helpers for primitive de-serialization Remove warnings due to unneeded commas Deserialize basic types in queries Add dependencies chain for external libraries Fixes wrong parameter passed to API
This commit is contained in:
@@ -43,7 +43,7 @@ using namespace org::openapitools::server::model;
|
||||
class StoreApiImpl : public org::openapitools::server::api::StoreApi {
|
||||
public:
|
||||
StoreApiImpl(Pistache::Address addr);
|
||||
~StoreApiImpl() { };
|
||||
~StoreApiImpl() {}
|
||||
|
||||
void delete_order(const std::string &orderId, Pistache::Http::ResponseWriter &response);
|
||||
void get_inventory(Pistache::Http::ResponseWriter &response);
|
||||
|
||||
Reference in New Issue
Block a user