getMinions

suspend fun getMinions(id: Int): ProfileMinions

Gets the minions that a character on The Lodestone has acquired. This is equivalent to what is returned by The Lodestone's /minion endpoint for a character.

Parameters

id

The Lodestone character ID.

Throws

Thrown when a character could not be found on The Lodestone.

Thrown when The Lodestone returns an unknown error.