ffnerd v0.1.0 FFNerd.Player.Stats
Provides functions to work with Fantasy Football Nerd’s Player Stats resources.
More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#player
Summary
Functions
Return player stats record by id or FFNerd.Player struct
Return player stats record by id and year
Return player stats record by id, year, and week
Convert raw api data to Player.Stats struct
Functions
Return player stats record by id or FFNerd.Player struct.
Examples
FFNerd.Player.Stats.find 2, client
Return player stats record by id and year.
Examples
FFNerd.Player.Stats.find 2, 2009, client
Return player stats record by id, year, and week.
Examples
FFNerd.Player.Stats.find 2, 2009, 17, client