getMounts

suspend fun getMounts(id: Int): ProfileMounts

Gets the mounts that a character on The Lodestone has acquired. This is equivalent to what is returned by The Lodestone's /mount 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.