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

Link to this section 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

Link to this section Functions

Link to this function 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

Link to this function list(game_id, client)

Return a list of expert pick records by game id.

Examples

FFNerd.ExpertPick.list 49, client

Link to this function new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.ExpertPick{correct: term, expert_company: term, expert_name: term, expert_season_correct: term, game_pick: term}