ffnerd v0.1.0 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
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
Functions
Return a single bye week record by team code.
Examples
FFNerd.ByeWeek.find “SEA”, client
Return a list of bye week records by week number.
Examples
FFNerd.ByeWeek.list 4, client
Specs
new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.ByeWeek{bye_week: term, display_name: term, team: term}