module

XIVAPI::Client::Linkshell

Instance methods

linkshell(id : String) : Dataclasses::LinkshellResponse

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

Source
linkshell_search(name : String, server : String = "", page : UInt32 = 1) : Dataclasses::Page(Dataclasses::LinkshellSearch)

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

Source