mkreiser / ESPN-Fantasy-Football-API

Connect to ESPN's fantasy football API via this JS API client for web and NodeJS. Available as an npm package.
http://espn-fantasy-football-api.s3-website.us-east-2.amazonaws.com/
GNU Lesser General Public License v3.0
313 stars 80 forks source link

ESPN endpoint likely needs update #248

Open thomandretti opened 3 months ago

thomandretti commented 3 months ago

FYI looks like ESPN changed their API again. You may need to update to hit https://lm-api-reads.fantasy.espn.com/apis/v3/games/ffl/seasons/

(I'm working on a JVM implementation of a similar library and had to make this change)

askhan04 commented 2 months ago

any chance this is going to happen?

thomandretti commented 2 months ago

looks like https://github.com/mkreiser/ESPN-Fantasy-Football-API/pull/246 addresses this