ffnerd v0.1.0 FFNerd.Inactive
Provides functions to work with Fantasy Football Nerd’s Inactives resources.
More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#inactives
Summary
Functions
Return an inactive record by player id
Return an inactive record by player id and week
Return a list of inactive records
Return a list of inactive records by week
Functions
Return an inactive record by player id and week.
Examples
FFNerd.Inactive.find 259, 17, client
Return a list of inactive records by week.
Examples
FFNerd.Inactive.list 17, client
Specs
new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.Inactive{display_name: term, player_id: term, position: term, team: term, week: term, year: term}