Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #12 from WataruKay/patch-1
Browse files Browse the repository at this point in the history
Add list of valid values for `teamName` parameter
  • Loading branch information
kashav committed Oct 28, 2016
2 parents 487f180 + ea071dd commit 57235e0
Showing 1 changed file with 52 additions and 1 deletion.
53 changes: 52 additions & 1 deletion docs/api/DATA.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,58 @@
- `teamName`
+ Via [team page](http://www.nba.com/teams/).
+ E.g. `bulls` for http://www.nba.com/teams/bulls.

+ Valid values for `teamName` parameter for the 2016 season
+ Western Conference Teams
+ Southwest
+ `mavericks`
+ `rockets`
+ `grizzlies`
+ `pelicans`
+ `spurs`

+ Northwest
+ `nuggets`
+ `timberwolves`
+ `thunder`
+ `blazers`
+ `jazz`

+ Pacific
+ `warriors`
+ `clippers`
+ `lakers`
+ `suns`
+ `kings`

+ Eastern Conference Teams
+ Atlantic
+ `celtics`
+ `nets`
+ `knicks`
+ `sixers`
+ `raptors`

+ Central
+ `bulls`
+ `cavaliers`
+ `pistons`
+ `pacers`
+ `bucks`

+ Southeast
+ `hawks`
+ `hornets`
+ `heat`
+ `magic`
+ `wizards`

+ Preseason only teams
+ `fcbarcelona`
+ `san_lorenzo`
+ `maccabi_haifa`
+ `real_madrid`
+ `shanghai_sharks`

### Examples

See [EXAMPLES.md](../EXAMPLES.md#data).

0 comments on commit 57235e0

Please sign in to comment.