module

XIVAPI::Client::PvpTeam

Instance methods

pvp_team(id : String) : Dataclasses::PvpTeamResponse

Retrieve the details of the PvpTeam with the given Lodestone ID.

Source
pvp_team_search(name : String, server : String = "", page : UInt32 = 1) : Dataclasses::Page(Dataclasses::PvpTeamProfile)

Search the Lodestone API for PvP Teams with a given name. Optionally, search specific servers. NOTE: This method isn't fully tested, since any requests we made to the endpoint returned no results.

Source