Skip to content

Commit

Permalink
docs for games
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkuczma committed Aug 25, 2018
1 parent 80038c4 commit 132f9d7
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/api/GAMES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
### API: Games

### Available Methods

* `boxscore`
* Parameters:
* `gameID`

* `content`
* Parameters:
* `gameID`

* `game`
* Parameters:
* `gameID`

* `games`
* Parameters:
* `teamID`
* `date`
* `startDate`
* `endDate`

### Parameter Reference

* `date`
* Possible Values:
* Date format: `yyyy-mm-dd`

* `endDate`
* Possible Values:
* Date format: `yyyy-mm-dd`

* `startDate`
* Possible Values:
* Date format: `yyyy-mm-dd`

0 comments on commit 132f9d7

Please sign in to comment.