|
|
@ -8,7 +8,7 @@ class RiotRequest { |
|
|
|
protected string $host = "https://euw1.api.riotgames.com"; |
|
|
|
protected string $host = "https://euw1.api.riotgames.com"; |
|
|
|
public array $responseHeader = array(); |
|
|
|
public array $responseHeader = array(); |
|
|
|
public int $responseCode; |
|
|
|
public int $responseCode; |
|
|
|
private bool $isEUNE; |
|
|
|
private bool $isEUNE = false; |
|
|
|
private bool $usesRouting = false; |
|
|
|
private bool $usesRouting = false; |
|
|
|
|
|
|
|
|
|
|
|
public function __construct($endpoint, $isEUNE=false) { |
|
|
|
public function __construct($endpoint, $isEUNE=false) { |
|
|
|