Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down