Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MasterList

Hierarchy

  • altAPI
    • MasterList

Index

Constructors

constructor

Methods

Static getCombinedStats

  • getCombinedStats(): Promise<CombinedStats>

Static getServerAverageByID

  • getServerAverageByID(id: string, time: string): Promise<AvgMax>
  • Parameters

    • id: string
    • time: string

    Returns Promise<AvgMax>

Static getServerByHost

  • getServerByHost(host: string): Promise<RootObject>
  • Parameters

    • host: string

    Returns Promise<RootObject>

Static getServerByID

  • getServerByID(id: string): Promise<RootObject>

Static getServerList

  • getServerList(): Promise<ServerList[]>

Static getServerMaxByID

  • getServerMaxByID(id: string, time: string): Promise<AvgMax>
  • Parameters

    • id: string
    • time: string

    Returns Promise<AvgMax>

Generated using TypeDoc