getAllCategories

fun getAllCategories(query: String): Flow<Game>

Twitch API: Search Categories

Gets all categories that match the specified query. Automatically paginates through all results.

Return

a Flow of Game objects.

Parameters

query

the URI-encoded search string.