ffnerd v0.2.1 FFNerd.Inactive
Provides functions to work with Fantasy Football Nerd’s Inactives resources.
More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#inactives
Link to this section 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
Link to this section Functions
Link to this function
find(id, client)
Return an inactive record by player id.
Examples
FFNerd.Inactive.find 1465, client
Link to this function
find(id, week, client)
Return an inactive record by player id and week.
Examples
FFNerd.Inactive.find 259, 17, client
Link to this function
list(client)
Return a list of inactive records.
Examples
FFNerd.Inactive.list client
Link to this function
list(week, client)
Return a list of inactive records by week.
Examples
FFNerd.Inactive.list 17, client
Link to this function
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.Inactive{display_name: term, player_id: term, position: term, team: term, week: term, year: term}