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
296 stars 74 forks source link

Add seasons endpoint #208

Closed JDoro closed 9 months ago

JDoro commented 1 year ago

Added a new method on the client to return a list of all the seasons and the currentScoringPeriod for each.

JDoro commented 1 year ago

This includes changes from https://github.com/mkreiser/ESPN-Fantasy-Football-API/pull/207. It will look better after that one is merged.

mkreiser commented 9 months ago

Functionality added in #231