get_goalies()
retrieves information on each goalie for a given set of start_season
and end_season
, including but not limited to their ID, name, bio-metrics, and career statistics. Access get_seasons()
for start_season
and end_season
references. Will soon be deprecated as get_players()
can list all players and their IDs much more efficiently.