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
304 stars 76 forks source link

Added ability to get first and last name to team object #180

Closed ryantrappy closed 10 months ago

ryantrappy commented 3 years ago

Mapped members data and team data to expose first and last name within the teams object. There is more data in the members object but this is the one I wanted to use. If there is interest I will map the rest of the data as well.

ryantrappy commented 3 years ago

Not sure what you want me to do for integration testing as I do not know the user's first or last names in the integration league.

mkreiser commented 10 months ago

Added in #230