This function is used to call the ESPN Fantasy API for league-based endpoints.
Arguments
- conn
a connection object created by
espn_connect
orff_connect()
- ...
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
Details
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.