load

open fun load(configuration: SteamConfiguration): List<ServerRecord>

Load a list of servers from the Steam Directory.

Return

the list of servers

Parameters

configuration

Configuration Object

Throws

if the request could not be executed


open fun load(configuration: SteamConfiguration, maxServers: Int): List<ServerRecord>

Load a list of servers from the Steam Directory.

Return

the list of servers

Parameters

configuration

Configuration Object

maxServers

Max number of servers to return. The API will typically return this number per server type (socket and websocket). If negative, the parameter is not added to the request

Throws

if the request could not be executed