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
Return a list of player records by position code.
Examples
FFNerd.Player.list “QB”, client
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}