cwendt94 / espn-api

ESPN Fantasy API! (Football, Basketball)
MIT License
544 stars 183 forks source link

feat: Add full owner info to team #510

Closed cwendt94 closed 7 months ago

cwendt94 commented 7 months ago

feat: #497

Team.owners will now be an array of dict. It will look like

{ id: '1234', displayName: 'team', firstName: 'Bob', lastName: 'Joe'}

However in public leagues, the name attributes will not be populated.