SearchResource

Twitch Helix Search API resource.

Provides methods for searching categories and channels.

See also

Functions

Link copied to clipboard
suspend fun categories(query: String, cursor: String? = null, pageSize: Int? = null): Page<Game>
Link copied to clipboard
suspend fun channels(query: String, liveOnly: Boolean = false, cursor: String? = null, pageSize: Int? = null): Page<SearchedChannel>
Link copied to clipboard
Link copied to clipboard