ffnerd v0.1.0 FFNerd.Injury
Provides functions to work with Fantasy Football Nerd’s Injury resources.
More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#injuries
Summary
Functions
Return a single injury record by player id and team code
Return a single injury record by player id, team code, and week
Return a list of injury records
Return a list of current week injury records by team
Return a list of injury records by team and week
Convert raw api data to Player.Injury struct
Functions
Return a single injury record by player id and team code.
Examples
FFNerd.Injury.find 1465, “SEA”, client
Return a single injury record by player id, team code, and week.
Examples
FFNerd.Injury.find 1465, “SEA”, 17, client
Return a list of current week injury records by team.
Examples
FFNerd.Injury.list “SEA”, client
Return a list of injury records by team and week.
Examples
FFNerd.Injury.list “SEA”, 17, client