Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add features from mTeam view #4

Closed
7 of 15 tasks
k5cents opened this issue Sep 15, 2020 · 1 comment
Closed
7 of 15 tasks

Add features from mTeam view #4

k5cents opened this issue Sep 15, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@k5cents
Copy link
Owner

k5cents commented Sep 15, 2020

a <- "https://fantasy.espn.com/apis/v3/games/ffl/"
b <- sprintf("seasons/%s/segments/0/leagues/", format(Sys.Date(), "%Y"))
mTeam <- jsonlite::fromJSON(paste0(a, b, 252353, "?view=mTeam"))
  • currentProjectedRank
  • draftDayProjectedRank
  • logo
  • logoType
  • playoffSeed
  • points
  • pointsAdjusted
  • pointsDelta
  • rankCalculatedFinal
  • rankFinal
  • record
  • tradeBlock
  • transactionCounter
  • valuesByStat
  • waiverRank
@k5cents k5cents added the enhancement New feature or request label Sep 23, 2020
@k5cents
Copy link
Owner Author

k5cents commented Sep 23, 2020

Most of these are incorporated into either league_standings() or league_transactions().

@k5cents k5cents closed this as completed Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant