ffnerd v0.1.0 FFNerd.Player

Provides functions to work with Fantasy Football Nerd’s Players resources.

More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#players

Summary

Functions

Return a single player record by player id

Return a list of all player records

Return a list of player records by position code

Functions

find(id, client)

Return a single player record by player id.

Examples

FFNerd.Player.find 2, client

list(client)

Return a list of all player records.

Examples

FFNerd.Player.list client

list(position, client)

Return a list of player records by position code.

Examples

FFNerd.Player.list “QB”, client

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.Player{active: term, college: term, display_name: term, dob: term, fname: term, height: term, jersey: term, lname: term, player_id: term, position: term, star: term, team: term, twitter_id: term, weight: term}