I try to get the list of channels using query with few channels names in different ways :
-
https://api.twitch.tv/kraken/search/channels?query=starcraft;query=riotgames;query=needforspeed
-
https://api.twitch.tv/kraken/search/channels?query=starcraft&query=riotgames&query=needforspeed
Result of above is the list by the last query param - 'needforspeed’ -
https://api.twitch.tv/kraken/search/channels?query=starcraft,riotgames,needforspeed
Above doesn’t work at all.
Help me please with an advice - how to use multiple params.