You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On League initialization look into adding a single call to the get_player_card endpoint with all the playerIds on Teams roster. This will create the Player class that can then be passed to Team class and will have the expanded stats for all the players.
Move the player_info into base league so that it will be inherited by all sports. Possibly look at adding player news as well for all Team rosters. This would be an added api call in the player_info functionality.
The text was updated successfully, but these errors were encountered:
Sport
All
Summary
On League initialization look into adding a single call to the
get_player_card
endpoint with all the playerIds on Teams roster. This will create the Player class that can then be passed to Team class and will have the expanded stats for all the players.Move the
player_info
into base league so that it will be inherited by all sports. Possibly look at adding player news as well for all Team rosters. This would be an added api call in theplayer_info
functionality.The text was updated successfully, but these errors were encountered: