Description Usage Arguments Details Value
Make a url for fantasy football data.
1 2 |
leagueId |
integer or integer-like character. Required. |
... |
dots. Not currently used. |
year |
integer or integer-like character. Equivalent to 'seasonId' in the actual API. Provided as an option because it is more intuitive. |
seasonId |
See 'year'. |
matchupPeriodId |
integer or integer-like character. Code to handle a non-'NULL' value is not currently implemented. |
This function–as well as the other '_ff()' functions–are analogous to their 'scores' equivalent. The major difference among the analogous functions is that their is no 'league' argument to be specified (and, consequently, there are no suffixed '_[league]()' functions). Moreover, this 'make_url_ff()' functions has different possible query parameters, although the other analogous '_ff()' functions have the same arguments as their 'scores' equivalents.
Note that the league must be public in order for these '_ff()' functions to work.
character representing a url.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.