From 897722b11b34badffb05871a878147819d12b591 Mon Sep 17 00:00:00 2001 From: Elliot Albert <55841508+ElliotAlbert@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:13:32 +0100 Subject: [PATCH] Update README.md Updated the get game log section containing information about special event games --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86c059b..487fc2b 100644 --- a/README.md +++ b/README.md @@ -153,9 +153,9 @@ https://api-web.nhle.com/ - **Parameters**: - `player` (int) - Player ID - `season` (int) - Season in YYYYYYYY format, where the first four digits represent the start year of the season, and the last four digits represent the end year. - - `game-type` (int) - Game type (guessing 2 for regular season, 3 for playoffs) + - `game-type` (int) - Game type 1 Is for regular season, 2 is for special events (i.e the Global Series) & 3 Is for Playoffs - **Response**: JSON format - +If the game type is 2 (special event) the response will include a specialEventLogo ###### Example using cURL: ```bash