Methods
Static getCombinedStats
- getCombinedStats(): Promise<CombinedStats>
-
Returns Promise<CombinedStats>
Static getServerAverageByID
- getServerAverageByID(id: string, time: string): Promise<AvgMax>
-
Parameters
Returns Promise<AvgMax>
Static getServerByHost
- getServerByHost(host: string): Promise<RootObject>
-
Parameters
Returns Promise<RootObject>
Static getServerByID
- getServerByID(id: string): Promise<RootObject>
-
Parameters
Returns Promise<RootObject>
Static getServerList
- getServerList(): Promise<ServerList[]>
-
Returns Promise<ServerList[]>
Static getServerMaxByID
- getServerMaxByID(id: string, time: string): Promise<AvgMax>
-
Parameters
Returns Promise<AvgMax>