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 Client.getPlayers() call #171

Closed tjmadsen closed 1 year ago

tjmadsen commented 4 years ago

The getFreeAgents call is limited and doesn't allow to pull more that one page of 50 players and could more than just Free Agents. Perhaps the getFreeAgents call can be deprecated if I can also enhance the getPlayers call to have filter by position, filter by status, and configurable sorting in the future.

codecov-commenter commented 3 years ago

Codecov Report

Merging #171 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #171   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          181       187    +6     
  Branches        25        25           
=========================================
+ Hits           181       187    +6     
Impacted Files Coverage Δ
src/client/client.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ead02ed...3993eb1. Read the comment docs.