Skip to content

Commit

Permalink
patch: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
plaberge authored Oct 19, 2021
1 parent c5b0865 commit 32a9fbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,11 +440,12 @@ games|List < Game >|A list of Game objects (see below for definition) that resid
scheduleJson|JObject|The JSON output returned by the NHL API for the API call.|(JSON Data)

### Schedule Class Methods
METHOD NAME | Input Variable(s) | Output
------------|-------------------|-------
METHOD NAME | Input Variable(s) | Output
------------|-------------------|--------
Schedule() | NONE | Creates a Schedule object for today's date
Schedule(string gameDate) | gameDate (string) -> FORMAT: YYYY-MM-DD | Creates a schedule object for date specified in gameDate
static List< string > GetListOfGameIDs(string gameDate) | gameDate (string) -> FORMAT: YYYY-MM-DD | Static method that brings back a list of Game IDs for date specified in gameDate
static List< Game > TeamSchedule(string teamId, string season) | teamId (string), season (string) | Brings a list of Game objects that represents the games within a specified season for the specified Team.



Expand Down

0 comments on commit 32a9fbd

Please sign in to comment.