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

find(team, client)

Return a single bye week record by team code.

Examples

FFNerd.ByeWeek.find “SEA”, client

list(client)

Return a list of all bye week records.

Examples

FFNerd.ByeWeek.list 4, client

list(id, client)

Return a list of bye week records by week number.

Examples

FFNerd.ByeWeek.list 4, client

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.ByeWeek{bye_week: term, display_name: term, team: term}