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