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

Method GETRequest

dependencies/hueplusplus-1.0.0/src/HueCommandAPI.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88nlohmann::json HueCommandAPI::GETRequest(const std::string& path, const nlohmann::json& request) const
89{
90 return GETRequest(path, request, CURRENT_FILE_INFO);
91}
92
93nlohmann::json HueCommandAPI::GETRequest(
94 const std::string& path, const nlohmann::json& request, FileInfo fileInfo) const

Callers 3

TESTFunction · 0.80
refreshMethod · 0.80
getNewDevicesMethod · 0.80

Calls 3

RunWithTimeoutFunction · 0.85
getBridgeRequestDelayMethod · 0.80
GETJsonMethod · 0.80

Tested by 1

TESTFunction · 0.64