module XIVAPI::Client::Servers

Direct including types

Defined in:

client/servers.cr

Instance Method Summary

Instance Method Detail

def datacenters : Hash(String, Array(String)) #

Retrieve a Hash of Server information from the API, where the keys are Datacenters and the values are Arrays of Server names in each Datacenter.


[View source]
def servers : Array(String) #

Retrieve an Array of Servers (Worlds) for the game.


[View source]