dtsong / sleeper-api-wrapper

A Python API wrapper for Sleeper's API: https://docs.sleeper.app/
MIT License
70 stars 25 forks source link

Player Scores and Stats in general no longer possible #18

Open kodarfour opened 1 year ago

kodarfour commented 1 year ago

Wanted to bring up the fact that the Stats() functions and all others that use it no longer operate because sleeper removed it from the API.

wfordh commented 1 year ago

Yeah I've noticed that too. It actually is still supported in the API - I've made the calls and it works - but I am working to clean up that file and at least add a warning to the user that we can't guarantee the results / support continuing. Deprecation is an option, too.