twitch-client icon indicating copy to clipboard operation
twitch-client copied to clipboard

A Twitch API client written in Kotlin. Compatible with Kotlin/JVM - and Android Studio projects.

Results 3 twitch-client issues
Sort by recently updated
recently updated
newest added

Everything is in the name of the issue 👀

Hey, I was reading through your Maven and Gradle setups - Noticed that it's using a Bintray link. Wasn't sure if you were still working on this library, but if...

Hello, First of all, thanks for your work on this! Here's my problem: ```kotlin import com.github.frozencure.helix.HelixClient import com.github.frozencure.helix.auth.model.AuthCredentials import kotlinx.coroutines.runBlocking import me.todelattre.Bot.TWITCH import me.todelattre.config val credentials = AuthCredentials(config[TWITCH]) val helixClient...