ffnerd v0.2.1 FFNerd.WeeklyIDPRanking
Provides functions to work with Fantasy Football Nerd’s Weekly Ranking resources.
More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#weekly-idp
Link to this section Summary
Functions
Return a list of weekly idp ranking records
Return a list of weekly idp ranking records by position using the current week
Link to this section Functions
Link to this function
list(client)
Return a list of weekly idp ranking records.
Examples
FFNerd.WeeklyIDPRanking.list client
FFNerd.WeeklyIDPRankingDraftRanking.list :ppr, client
Link to this function
list(position, client)
Return a list of weekly idp ranking records by position using the current week.
Examples
FFNerd.WeeklyIDPRanking.list “DE”, client
Link to this function
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.WeeklyIDPRanking{player: term, position: term, rank: term, team: term}