nicehash-api-cpp
0.0.1
|
#include <client.hpp>
Public Member Functions | |
virtual | ~ Client () |
virtual std::string | get (std::string const url) |
GET request the provided url and return the response body as a string. More... | |
Definition at line 6 of file client.hpp.
|
inlinevirtual |
Definition at line 9 of file client.hpp.
|
virtual |
GET request the provided url and return the response body as a string.
url | the URL to GET request |
Definition at line 14 of file get.cpp.
References WriteCallback().
Referenced by NiceHashApi::getApiVersion(), NiceHashApi::getAverageGlobalStats(), NiceHashApi::getCurrentGlobalStats(), NiceHashApi::getDetailedProviderStats(), NiceHashApi::getOrdersByAlgorithm(), NiceHashApi::getProviderStats(), and NiceHashApi::getProviderWorkerStats().