Skip to content

Linkshell

Kimon Kar edited this page Jan 12, 2019 · 8 revisions

.search(name, params)

https://xivapi.com/docs/Linkshell#search

Search for a Linkshell by name.

Params object:

Parameter Type Optional Description
server string The server to search in.
page string The page to navigate to. See Pagination.

Returns: { Pagination, Results }


.get(id, params)

https://xivapi.com/docs/Linkshell#linkshell

Get a Linkshell from its id.

Returns: { Linkshell, Info }

Clone this wiki locally