Package-level declarations
Types
Link copied to clipboard
data class TournamentEntry(val tournament: Tournament, val date: String, val code: String, val division: String, val rounds: List<Round>)
Represents a historical tournament entry for a user.
Link copied to clipboard
data class User(val email: String, val firstName: String, val middleName: String?, val lastName: String, val phoneNumber: String, val pronouns: String, val timeZone: String, val address: String?, val city: String, val state: String, val country: String, val zipCode: Int, val nsda: NSDAUser?)
Represents a logged-in user on Tabroom.
Functions
Link copied to clipboard
Fetches the current sessions for the user when logged in.
Link copied to clipboard
Fetches the current user from Tabroom.
Link copied to clipboard
Fetches the current user from Tabroom.
Link copied to clipboard
Fetches the current user from Tabroom.
Link copied to clipboard
Fetches the entry history of the current user.
Link copied to clipboard
Gets the entry history for the current user.
Link copied to clipboard
Gets the entry history for the current user.
Link copied to clipboard
Fetches the judge paradigm for a given judge ID.
Link copied to clipboard
Gets the judge paradigm for a judge by their ID.
Link copied to clipboard
Gets the judge paradigm for a judge by their ID.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard