module XIVAPI::Client::Linkshell

Direct including types

Defined in:

client/linkshell.cr

Instance Method Summary

Instance Method Detail

def linkshell(id : String) : Dataclasses::LinkshellResponse #

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


[View source]
def linkshell_search(name : String, server : String = "", page : UInt32 = 1) : XIVAPI::Dataclasses::Page(Dataclasses::LinkshellSearch) #

Search the Lodestone API for Linkshells with a given name. Optionally, search specific servers.


[View source]