MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / sendPutRequest

Method sendPutRequest

dependencies/hueplusplus-1.0.0/src/Group.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212nlohmann::json Group::sendPutRequest(const std::string& subPath, const nlohmann::json& request, FileInfo fileInfo)
213{
214 return state.getCommandAPI().PUTRequest("/groups/" + std::to_string(id) + subPath, request, std::move(fileInfo));
215}
216
217std::string Group::getRoomType() const
218{

Callers

nothing calls this directly

Calls 2

to_stringFunction · 0.85
PUTRequestMethod · 0.80

Tested by

no test coverage detected