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