StatsGet()
Before calling the function make sure you have the Connector object initialized.
This Function is not been implemented yet
Function Call
StatsGet();Example
Connector connect_ = new Connector("95.111.224.219", 9091);
NodeApi.StatsGetResult Stats_Data = connect_.StatsGet();
Console.WriteLine(Stats_Data);Connect_ = Connector("165.22.212.253:9090")
print(Connect_.StatsGet())var connect_ = new Connector("194.163.152.177", 9091);
connect_.StatsGet().then((res) => {connect_.Close();console.log(res); });Output of Example
Output is printed via ObjectDumper
{StatsGetResult}
Status: {APIResponse}
Code: 2
Message: "Not Implemented: "
Stats: ...Last updated
Was this helpful?