From 3e6142d2fd5a79e7a22bcbe0308e03a7fe471d40 Mon Sep 17 00:00:00 2001 From: Evan Silverman Date: Mon, 12 Feb 2018 18:17:11 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a5a69d..580f9e8 100644 --- a/README.md +++ b/README.md @@ -476,12 +476,12 @@ The first 4 digits identify the season of the game (ie. 2017 for the 2017-2018 s `?expand=schedule.linescore` Linescore for completed games -`?expand=team.schedule.previous` Same as above but for the last game played - `?expand=schedule.ticket` Provides the different places to buy tickets for the upcoming games `?teamID=30` Limit results to a specific team. Team ids can be found through the teams endpoint +`?date=2018-01-09` Single defined search date + `?startDate=2018-01-09` Start date for the search `?endDate=2018-01-12` End date for the search From 490f15efd07bdcff67697c4801d276fc49a1624e Mon Sep 17 00:00:00 2001 From: Evan Silverman Date: Tue, 13 Feb 2018 10:02:55 -0500 Subject: [PATCH 2/2] Update README.md Fix spelling of broadcast --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 580f9e8..27faf9c 100644 --- a/README.md +++ b/README.md @@ -472,7 +472,7 @@ The first 4 digits identify the season of the game (ie. 2017 for the 2017-2018 s `GET https://statsapi.web.nhl.com/api/v1/schedule` Returns a list of data about the schedule for a specified date range. If no date range is specified, returns results from the current day. #### Modifiers -`?expand=schedule.brodcasts` Shows the broadcasts of the game +`?expand=schedule.broadcasts` Shows the broadcasts of the game `?expand=schedule.linescore` Linescore for completed games @@ -480,7 +480,7 @@ The first 4 digits identify the season of the game (ie. 2017 for the 2017-2018 s `?teamID=30` Limit results to a specific team. Team ids can be found through the teams endpoint -`?date=2018-01-09` Single defined search date +`?date=2018-01-09` Single defined date for the search `?startDate=2018-01-09` Start date for the search