ffnerd v0.2.1 FFNerd.DepthChart

Provides functions to work with Fantasy Football Nerd’s Depth Chart resources.

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

Link to this section Summary

Functions

Return a team’s depth chart record by team code

Return a team’s position depth chart record by team code and position

Return a depth chart player record by team code, position, and depth

Return a list of depth chart records

Convert raw api data to DepthChart struct

Link to this section Functions

Link to this function find(team, client)

Return a team’s depth chart record by team code.

Examples

FFNerd.DepthChart.find “SEA”, client

Link to this function find(team, position, client)

Return a team’s position depth chart record by team code and position.

Examples

FFNerd.DepthChart.find “SEA”, “QB”, client

Link to this function find(team, position, depth, client)

Return a depth chart player record by team code, position, and depth.

Examples

FFNerd.DepthChart.find “SEA”, “QB”, 1, client

Return a list of depth chart records.

Examples

FFNerd.DepthChart.list client

Convert raw api data to DepthChart struct.