
Access the Ravensburger TCG Playhub API, enabling interaction with events and data through a multiplatform library. Integrates easily via Gradle for streamlined API calls.
** Ravensburger's TCG Playhub API **
Kotlin Multiplatform library giving you access to the Ravensburger's tcg play hub api
Install the lib inside gradle using
implementation("eu.codlab:kotlin-ravensburger-tcg-playhub-api:$version")class MyBusinessLogic() {
val loader = LoadRPHCall()
suspend fun events() = loader.events()
}
Join the Discord server right now to get help, provide feedback & so much more.
** Ravensburger's TCG Playhub API **
Kotlin Multiplatform library giving you access to the Ravensburger's tcg play hub api
Install the lib inside gradle using
implementation("eu.codlab:kotlin-ravensburger-tcg-playhub-api:$version")class MyBusinessLogic() {
val loader = LoadRPHCall()
suspend fun events() = loader.events()
}
Join the Discord server right now to get help, provide feedback & so much more.