-
Notifications
You must be signed in to change notification settings - Fork 4
0t4u edited this page Nov 23, 2020
·
28 revisions
=================
import { AzurAPIClient } from @azurapi/azurapiReturns a list of ships from GitHub hosted data.
<client>.getShips();Returns a list of equipments from GitHub hosted data.
<client>.getEquipments();Returns a list of chapters from GitHub hosted data.
<client>.getChapters();Returns a list of voice lines from GitHub hosted data.
<client>.getVoicelines();Returns a list of barragess from GitHub hosted data.
<client>.getBarrages();Gets ship by query.
Params:
query: the query (id or name)
<client>.getShip('query');Get ship by faction.
Params:
faction: the faction to find ships from (Type: Nationality)
<client>.getShipByFaction('faction');