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

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

Functions

find(id, position, client)

Return a single draft ranking projection record by person id.

Examples

FFNerd.DraftProjection.find 259, client

list(position, client)

Return a list of draft projection records by position.

Examples

FFNerd.DraftProjection.list “QB”, client

new(map)

Convert raw api data to DraftProjection struct.