fetchTribes
Retrieves all tribes for the server.
Signatures
beacon.fetchTribes();
Return Values
Type | Notes |
---|---|
Array | An array of Tribe objects. It is possible for the array to be empty. |
Examples
Fetch all tribes on the server
const tribes = beacon.fetchTribes();