ESPN-Fantasy-Football-API icon indicating copy to clipboard operation
ESPN-Fantasy-Football-API copied to clipboard

Added Client.getPlayers() call

Open tjmadsen opened this issue 4 years ago • 1 comments

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.

tjmadsen avatar Sep 09 '20 06:09 tjmadsen

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.

codecov-commenter avatar Sep 10 '20 06:09 codecov-commenter