gretzky / nhl-api

NHL data and utilities to work with it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of the

lucacataldo opened this issue · comments

To Recreate

Make a call to the .getTeams() method similar to the following:

nhlApi.getTeams({
	expand: "stats"
});