ffnerd v0.2.1 FFNerd.AuctionValue
Provides functions to work with Fantasy Football Nerd’s Auction Values resources.
More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#auction
Link to this section Summary
Functions
Return a single auction value record by person id
Return a list of auction value records
Return a list of auction value records by position
Link to this section Functions
Link to this function
find(id, client)
Return a single auction value record by person id.
Examples
FFNerd.AuctionValue.find 259, client
FFNerd.AuctionValue.find :ppr, 259, client
Link to this function
find(atom, id, client)
Link to this function
list(client)
Return a list of auction value records.
Examples
FFNerd.AuctionValue.list client
FFNerd.AuctionValue.list :ppr, client
Link to this function
list(position, client)
Return a list of auction value records by position.
Examples
FFNerd.AuctionValue.list “QB”, client
FFNerd.AuctionValue.list :ppr, “QB”, client
Link to this function
list(atom, position, client)
Link to this function
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.AuctionValue{avg_price: term, display_name: term, max_price: term, min_price: term, player_id: term, position: term, ppr: term, team: term}