tabroom-api
Toggle table of contents
0.3.0
common
Platform filter
common
Switch theme
Search in API
tabroom-api
tabroom-api
/
dev.gmitch215.tabroom.api
/
getTournament
get
Tournament
@
JvmName
(
name
=
"getTournamentAsync"
)
suspend
fun
getTournament
(
id
:
Int
)
:
Tournament
Gets a tournament by its ID.
Return
The tournament.
Parameters
id
The ID of the tournament.