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

Feat: allow customizable filters when fetching players #193

Open andy-blum opened 3 years ago

andy-blum commented 3 years ago

I'd like to be able to fetch all players from the API regardless of Free Agent status or how many players will be returned. I'd propos renaming the getFreeAgents method to getPlayers and adding the ability to customize the filter status & limit values.