getClassJob

suspend fun getClassJob(id: Int): ProfileClassJob

Gets a characters class/job stats from The Lodestone. This is equivalent to what is returned by The Lodestone's /class_job 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.