ffnerd v0.1.0 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

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

Functions

find(id, position, client)

Return a single weekly ranking record by person id.

Examples

FFNerd.WeeklyRanking.find 259, client

list(position, client)

Return a list of weekly ranking records by position using the current week.

Examples

FFNerd.WeeklyRanking.list “QB”, client

list(position, week, client)

Return a list of weekly ranking records by position and week.

Examples

FFNerd.WeeklyRanking.list “QB”, client

new(map_or_kwlist, opts \\ [])

Specs

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}