| 113 | } |
| 114 | |
| 115 | nlohmann::json BaseHttpHandler::DELETEJson( |
| 116 | const std::string& uri, const nlohmann::json& body, const std::string& adr, int port) const |
| 117 | { |
| 118 | return nlohmann::json::parse(DELETEString(uri, "application/json", body.dump(), adr, port)); |
| 119 | } |
| 120 | } // namespace hueplusplus |