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

Return a list of all game records.

Examples

FFNerd.Game.list client

Convert raw api data to Game struct.