espn_getendpoint | R Documentation |
This function is used to call the ESPN Fantasy API for league-based endpoints.
espn_getendpoint(conn, ..., x_fantasy_filter = NULL)
conn |
a connection object created by |
... |
Arguments which will be passed as "argumentname = argument" in an HTTP query parameter |
x_fantasy_filter |
a JSON-encoded character string that specifies a filter for the data |
The ESPN Fantasy API is undocumented and this should be used by advanced users familiar with the API.
It chooses the correct league endpoint based on the year (eg leagueHistory for <2018), checks the x_fantasy_filter for valid JSON input, builds a url with any optional query parameters, and executes the request with authentication and rate limiting.
HTTP query parameters (i.e. arguments to ...) are Case Sensitive.
Please see the vignette for more on usage.
A list object containing the query, response, and parsed content.
vignette("espn_getendpoint")
espn_getendpoint_raw
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.