comparison OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 5171:6b07c1a14d55

cpp wrapper
author Alain Mazy <am@osimis.io>
date Thu, 02 Mar 2023 15:08:02 +0100
parents 688b83f915bc
children 0ea402b4d901
comparison
equal deleted inserted replaced
5170:3e6dbf4a018d 5171:6b07c1a14d55
533 533
534 bool RestApiGet(Json::Value& result, 534 bool RestApiGet(Json::Value& result,
535 const std::string& uri, 535 const std::string& uri,
536 bool applyPlugins); 536 bool applyPlugins);
537 537
538 bool RestApiGet(Json::Value& result,
539 const std::string& uri,
540 const std::map<std::string, std::string>& httpHeaders,
541 bool applyPlugins);
542
538 bool RestApiGetString(std::string& result, 543 bool RestApiGetString(std::string& result,
539 const std::string& uri, 544 const std::string& uri,
540 bool applyPlugins); 545 bool applyPlugins);
541 546
542 bool RestApiGetString(std::string& result, 547 bool RestApiGetString(std::string& result,