ffnerd v0.1.0 FFNerd.Team

Provides functions to work with Fantasy Football Nerd’s Bye Week resources.

More info at: http://www.fantasyfootballnerd.com/fantasy-football-api#teams

Summary

Functions

Return a single team record by team code

Return a list of all team records

Functions

find(team, client)

Return a single team record by team code.

Examples

FFNerd.Team.find “SEA”, client

list(client)

Return a list of all team records.

Examples

FFNerd.Team.list client

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.Team{code: term, full_name: term, short_name: term}