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

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

Functions

find(game_id, client)

Return an expert pick game record for current week by game id.

Examples

FFNerd.ExpertPick.Game.find 49, client

list(client)

Return a list of expert pick game records for current week.

Examples

FFNerd.ExpertPick.Game.list client

new(map, game_id)

Convert raw api data to ExpertPick.Game struct.