ffnerd v0.2.1 FFNerd.DraftProjection

Provides functions to work with Fantasy Football Nerd’s Draft Projection resources.

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

Link to this section Summary

Functions

Return a single draft ranking projection record by person id

Return a list of draft projection records by position

Convert raw api data to DraftProjection struct

Link to this section Functions

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

Return a single draft ranking projection record by person id.

Examples

FFNerd.DraftProjection.find 259, client

Link to this function list(position, client)

Return a list of draft projection records by position.

Examples

FFNerd.DraftProjection.list “QB”, client

Convert raw api data to DraftProjection struct.