|
EHC Club Manager
|
Variables | |
| $url = "https://api.hockeydata.net/data/ebel/GetLeagues?apiKey=" . HD_API_KEY . "&sport=icehockey" | |
| $headers | |
| $ch = curl_init() | |
| $response = curl_exec($ch) | |
| $data = json_decode($response, true) | |
| if($data) | else |
| $ch = curl_init() |
| $data = json_decode($response, true) |
| $headers |
| $response = curl_exec($ch) |
| $url = "https://api.hockeydata.net/data/ebel/GetLeagues?apiKey=" . HD_API_KEY . "&sport=icehockey" |
| if ( $data) else |