Christian Wendt
Christian Wendt
Have you checked out the `player_info` call, that will fill out the players stats field for the whole year. Defined in the docs [here](https://github.com/cwendt94/espn-api/wiki/League-Class). If you want the raw json...
I should definitely be able to add total projected points for historical weeks. I will have to look into getting team data for that current week. I think it is...
You should be able to get projected scores for previous leagues in the box_scores class now. It doesn't have to be the current match up. However you still can't get...
Sorry I miss understood the request, I thought it was for the players projected score not the top level box score. Working on a PR right now, should be pretty...
Are your matchups every week? If so I believe you can use the `box_score` to get the matchup average of every player.
I see, the `box_score` will also have each players projected score for the matchup which might help you. However I think I can get the number of games from the...
That's a good question, it's the same data ESPN shows on their website for projected player for that box_score so I believe it does.
I am checking the data now that ESPN returns and they actually don't seem to give projected for matchups. I think the best way would be looking at how to...
Thanks for bringing this back up! In the player class I should be able to add field that will hold all of the players matches, with dates and the team...
this is now in v0.26.0 see [docs](https://github.com/cwendt94/espn-api/wiki/Player-Class-Basketball) for more information