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

find(id, client)

Return an inactive record by player id.

Examples

FFNerd.Inactive.find 1465, client

find(id, week, client)

Return an inactive record by player id and week.

Examples

FFNerd.Inactive.find 259, 17, client

list(client)

Return a list of inactive records.

Examples

FFNerd.Inactive.list client

list(week, client)

Return a list of inactive records by week.

Examples

FFNerd.Inactive.list 17, client

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.Inactive{display_name: term, player_id: term, position: term, team: term, week: term, year: term}