MFL Endpoint
mfl_endpoint.Rd
R6 Class representing the the endpoint for MFL. Used for low level operations such as logging in and generating request urls.
Methods
Method new()
Usage
mfl_endpoint$new(
scheme = "https",
host = "api.myfantasyleague.com",
season = current_season
)
Method print()
Method export_query()
Usage
mfl_endpoint$export_query(qry_type, qry_params = list())
Method import_query()
Usage
mfl_endpoint$import_query(qry_type, qry_params = list())