ffnerd v0.1.0 FFNerd.ExpertPick

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 record for current week by game id and expert name

Return a list of expert pick records by game id

Functions

find(name, game_id, client)

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

Examples

FFNerd.ExpertPick.find “Adam Meyer”, 49, client

list(game_id, client)

Return a list of expert pick records by game id.

Examples

FFNerd.ExpertPick.list 49, client

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.ExpertPick{correct: term, expert_company: term, expert_name: term, expert_season_correct: term, game_pick: term}