$api_keys
$api_keys : array
Abstract Class Platform.
Gets data from a streaming platform API
getStreamsFromPlatform(string $url, string|null $http_header = null) : array
Gets streams from the streaming platform
| string | $url | Platform API url to send the request to |
| string|null | $http_header | Http header to set for the request |
Streams retrieved from the platform
getGamesFromPlatform(string $url, string|null $http_header = null) : array
Gets games from the streaming platform
| string | $url | Platform API url to send the request to |
| string|null | $http_header | Http header to set for the request |
Games retrieved from the platform