ffnerd v0.2.1 FFNerd.ExpertPick.Game
Provides functions to work with Fantasy Football Nerd’s NFLPick resources.
More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#nfl-picks
Link to this section Summary
Functions
Return an expert pick game record for current week by game id
Return a list of expert pick game records for current week
Convert raw api data to ExpertPick.Game struct
Link to this section Functions
Link to this function
find(game_id, client)
Return an expert pick game record for current week by game id.
Examples
FFNerd.ExpertPick.Game.find 49, client
Link to this function
list(client)
Return a list of expert pick game records for current week.
Examples
FFNerd.ExpertPick.Game.list client
Link to this function
new(map, game_id)
Convert raw api data to ExpertPick.Game struct.