nhlapi
nhlapi copied to clipboard
A Minimum-Dependency R Interface to the NHL API
`schedule
The NHL API has changed endpoints. Current work to remap links is being tracked at https://gitlab.com/dword4/nhlapi/-/issues/110 This will necessitate updates to this package once new endpoints are understood.
Add in the actual net to plot_rink() @MichaelChirico here you go.
Shifts function seems to be missing from the API I learned from [this page](https://www.kaggle.com/martinellis/where-the-data-comes-from/) that shifts can be gotten from this url. `https://api.nhle.com/stats/rest/en/shiftcharts?cayenneExp=gameId={game_id}` Note that I checked the 2018-2019 and...