Package-level declarations

Types

Link copied to clipboard

Contract for an EventSub subscription type that can be registered via the Helix API.

Link copied to clipboard
data class Page<T>(val data: List<T>, val cursor: String?)

A single page of results from a paginated Twitch Helix API endpoint.

Link copied to clipboard
class TwitchHelix(httpClient: HttpClient, config: TwitchKtConfig)