ffnerd v0.1.0 FFNerd.WeeklyIDPRanking

Provides functions to work with Fantasy Football Nerd’s Weekly Ranking resources.

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

Summary

Functions

Return a list of weekly idp ranking records

Return a list of weekly idp ranking records by position using the current week

Functions

list(client)

Return a list of weekly idp ranking records.

Examples

FFNerd.WeeklyIDPRanking.list client

FFNerd.WeeklyIDPRankingDraftRanking.list :ppr, client

list(position, client)

Return a list of weekly idp ranking records by position using the current week.

Examples

FFNerd.WeeklyIDPRanking.list “DE”, client

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist, Keyword.t) :: %FFNerd.WeeklyIDPRanking{player: term, position: term, rank: term, team: term}