ffnerd v0.2.1 FFNerd.Game
Provides functions to work with Fantasy Football Nerd’s NFL Schedule resources.
More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#schedule
Link to this section Summary
Functions
Return a single game record by game id
Return a list of all game records
Convert raw api data to Game struct
Link to this section Functions
Link to this function
find(id, client)
Return a single game record by game id.
Examples
FFNerd.Game.find 2, client
Link to this function
list(client)
Return a list of all game records.
Examples
FFNerd.Game.list client
Link to this function
new(map)
Convert raw api data to Game struct.