$api_keys
$api_keys : array
Class Twitch extends Platform.
Gets data from the Twitch API
getStreamsFromPlatform(string $url, string|null $http_header = null) : array
Gets streams from Twitch and add them to streams array
| string | $url | Twitch API url to send the request to |
| string|null | $http_header | Http header to set for the request |
Streams retrieved from Twitch
getGamesFromPlatform(string $url, string|null $http_header = null) : array
Gets games from Twitch and add them to games array
| string | $url | Twitch API url to send the request to |
| string|null | $http_header | Http header to set for the request |
Games retrieved from Twitch