Skip to content
Kimon Kar edited this page Jan 12, 2019 · 7 revisions

.all()

https://xivapi.com/docs/Game-Data#content

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)

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

Get a Linkshell from its id.

Returns: { Linkshell, Info }


Clone this wiki locally