module XIVAPI::Client::PvpTeam

Direct including types

Defined in:

client/pvp_team.cr

Instance Method Summary

Instance Method Detail

def pvp_team(id : String) : Dataclasses::PvpTeamResponse #

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


[View source]
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.


[View source]