ffnerd v0.2.1 FFNerd.ByeWeek
Provides functions to work with Fantasy Football Nerd’s Bye Week resources.
More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#byes
Link to this section Summary
Functions
Return a single bye week record by team code
Return a list of all bye week records
Return a list of bye week records by week number
Link to this section Functions
Link to this function
find(team, client)
Return a single bye week record by team code.
Examples
FFNerd.ByeWeek.find “SEA”, client
Link to this function
list(client)
Return a list of all bye week records.
Examples
FFNerd.ByeWeek.list 4, client
Link to this function
list(id, client)
Return a list of bye week records by week number.
Examples
FFNerd.ByeWeek.list 4, client
Link to this function
new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.ByeWeek{bye_week: term, display_name: term, team: term}