KtLodestone

Functions

Link copied to clipboard
suspend fun getAchievements(id: Int, pages: Byte? = null): ProfileAchievements

Gets the achievements of a character from The Lodestone. This is equivalent to what is returned by The Lodestone's /achievement endpoint for a character.

Link copied to clipboard

Gets the achievements of a character from The Lodestone. This is equivalent to what is returned by The Lodestone's /achievement endpoint for a character. For use outside of Kotlin coroutines.

Link copied to clipboard

Gets the attributes of a character from The Lodestone. This is equivalent to what is returned by The Lodestone's #profile endpoint for a character.

Link copied to clipboard

Gets the attributes of a character from The Lodestone. This is equivalent to what is returned by The Lodestone's #profile endpoint for a character. For use outside of Kotlin coroutines.

Link copied to clipboard

Gets a character's profile from The Lodestone. This is equivalent to what is returned by The Lodestone's #profile endpoint for a character.

Link copied to clipboard

Gets a character's profile from The Lodestone. This is equivalent to what is returned by The Lodestone's #profile endpoint for a character. For use outside of Kotlin coroutines.

Link copied to clipboard
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.

Link copied to clipboard

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. For use outside of Kotlin coroutines.

Link copied to clipboard
suspend fun getGearSet(id: Int): ProfileGearSet

Gets a characters equipped gear set from The Lodestone.

Link copied to clipboard

Gets a characters equipped gear set from The Lodestone. For use outside of Kotlin coroutines.

Link copied to clipboard
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.

Link copied to clipboard

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. For use outside of Kotlin coroutines.

Link copied to clipboard
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.

Link copied to clipboard

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. For use outside of Kotlin coroutines.

Link copied to clipboard
suspend fun searchCharacter(name: String, world: World): List<CharacterSearchResult>?

Searches for a character on The Lodestone.

Link copied to clipboard

Searches for a character on The Lodestone. For use outside of Kotlin coroutines.