module XIVAPI::Client::PvpTeam
Direct including types
Defined in:
client/pvp_team.crInstance Method Summary
-
#pvp_team(id : String) : Dataclasses::PvpTeamResponse
Retrieve the details of the PvpTeam with the given Lodestone ID.
-
#pvp_team_search(name : String, server : String = "", page : UInt32 = 1) : XIVAPI::Dataclasses::Page(Dataclasses::PvpTeamProfile)
Search the Lodestone API for PvP Teams with a given name.
Instance Method Detail
def pvp_team(id : String) : Dataclasses::PvpTeamResponse
#
Retrieve the details of the PvpTeam with the given Lodestone ID.
def pvp_team_search(name : String, server : String = "", page : UInt32 = 1) : XIVAPI::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.