2024 10 06 ESPN Fantasy Football SpringBoot
Quickly reviewing what I learned looking through the api.
In the in-match api return for an active week, i.e. scoringPeriodId
is set to the current week, and our view
contains mBoxScore
, mScoreBoard
, mLiveScoring
, mMatchupScore
, we'll get each teams active roster, currrent total projected points, and current live points. In each roster spot, we'll get two different stat
objects, one representing the original projection and one the live stats. In the original projection, it's important to note that we have a appliedTotalCeiling
value, we'll need that.