ffnerd v0.2.1 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

Link to this section Summary

Functions

Return a single team record by team code

Return a list of all team records

Link to this section Functions

Link to this function find(team, client)

Return a single team record by team code.

Examples

FFNerd.Team.find “SEA”, client

Return a list of all team records.

Examples

FFNerd.Team.list client

Link to this function new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.Team{code: term, full_name: term, short_name: term}