getRoundResults

@JvmName(name = "getRoundResultsAsync")
suspend fun getRoundResults(tourneyId: Int, studentId: Int): List<Round>

Gets the round results for the current user.

Parameters

tourneyId

The ID of the tournament

studentId

The ID of the student for the results

Throws

if not logged in