An array of dates in the format 'YYYY-MM-DD'.
Example:
['1999-12-25', '2010-01-09', '2018-11-08']
A single date in 'YYYY-MM-DD' format. This is used to select games that occur on or before this date.
Boolean for filtering for post season games. Set to true to get only post season games.
An array of seasons.
Example:
[1999, 2010, 2018]
or
['1999', '2010', '2018']
A single date in 'YYYY-MM-DD' format. This is used to select games that occur on or after this date.
An array of team IDs.
Example:
['9', '1']
or
[9, 1]
Generated using TypeDoc
Options for the #games method on the V1Client.
GameOptions