-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Team information has last season's names #227
Comments
I'm seeing this as well. I think ESPN may have changed their data model. If I just hit this endpoint directly with CURL:
I see that there are fields called |
yeah looks to be the case https://github.com/mkreiser/ESPN-Fantasy-Football-API/blob/main/src/team/team.js#L88 |
Thanks for this. |
Fixed in #229 |
Not sure what I'm doing wrong here but I'm calling the API and getting last season's team names. Is there some sort of caching issue? I get updated team abbreviations, but not team names.
I build a teamLookup to use in other areas of the app:
DEFAULT_SEASON_ID = 2023
scoringPeriodId = 1
The text was updated successfully, but these errors were encountered: