This is an unofficial, Go API for the nhl api.
import (
"github.com/EQuimper/nhl_stats_api"
)
func main() {
nhlClient := nhl_stats_api.NewClient()
}
Name | Description | Completed |
---|---|---|
GetTeams | Return all Team | true |
GetPositions | Return all Position | true |
GetSeasons | Return all Season | true |
GetCurrentSeason | Return current Season | true |
GetConferences | Return all Conference | true |
GetPlayerInfo | Return player info by id | true |
GetStats | Return players stats | false |