ffnerd v0.1.0 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

Summary

Functions

Return a single game record by game id

Return a list of all game records

Convert raw api data to Game struct

Functions

find(id, client)

Return a single game record by game id.

Examples

FFNerd.Game.find 2, client

list(client)

Return a list of all game records.

Examples

FFNerd.Game.list client

new(map)

Convert raw api data to Game struct.