Christian Wendt

Results 76 comments of Christian Wendt

This PR #192 should hopefully fix the error when initializing the League. Yeah that sounds like a great idea and would be very useful for some of the other basketball...

Sounds good! Thanks again for looking into this issue and helping out!

Hi @xicobiu, the repo [wiki](https://github.com/cwendt94/espn-api/wiki) goes through getting started and all of the different features depending on the sport.

@troylee24 thanks for the PR, I like the idea! `free_agents` is one of the functions I want to move to the base league because the logic is the same across...

Thanks @pete7863 for bringing this to my attention. I will relook at this in the next couple days! The player_info functionality recently got updated to take a list of playerIds...

@Kjeldgaard For right now to get around that you can make a couple calls with the player_info and see if you can do half the players in the player_map.

Thats great! I have been wanting to document the EspnFantasyRequests module for people that would like to get the raw data or just try out different ESPN calls. Just a...

Yeah as of right now you would have to mock the REST calls that `_fetch_league()` calls. That's currently being done in this repo's unit tests [here](https://github.com/cwendt94/espn-api/blob/master/tests/football/unit/test_league.py#L23) but its a lot...

That would be a great addition to `box_scores` matchup. I will try to see if the API has any data on win percentage or maybe figure out how they calculate...

See https://github.com/cwendt94/espn-api/pull/211 for initial baseball box_score support for multiple scoring types