ffnerd v0.2.1 FFNerd.WeeklyRanking
Provides functions to work with Fantasy Football Nerd’s Weekly Ranking resources.
More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#weekly-rankings
Link to this section Summary
Functions
Return a single weekly ranking record by person id
Return a list of weekly ranking records by position using the current week
Return a list of weekly ranking records by position and week
Link to this section Functions
Link to this function
find(id, position, client)
Return a single weekly ranking record by person id.
Examples
FFNerd.WeeklyRanking.find 259, client
Link to this function
list(position, client)
Return a list of weekly ranking records by position using the current week.
Examples
FFNerd.WeeklyRanking.list “QB”, client
Link to this function
list(position, week, client)
Return a list of weekly ranking records by position and week.
Examples
FFNerd.WeeklyRanking.list “QB”, client
Link to this function
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.WeeklyRanking{game_status: term, injury: term, last_update: term, name: term, player_id: term, position: term, ppr: term, ppr_high: term, ppr_low: term, practice_status: term, standard: term, standard_high: term, standard_low: term, team: term, week: term}