get_match_timeseries

Function get_match_timeseries 

Source
pub async fn get_match_timeseries(
    configuration: &Configuration,
    match_key: &str,
    if_none_match: Option<&str>,
) -> Result<Vec<Value>, Error<GetMatchTimeseriesError>>
Expand description

Gets an array of game-specific Match Timeseries objects for the given match key or an empty array if not available. WARNING: This is not official data, and is subject to a significant possibility of error, or missing data. Do not rely on this data for any purpose. In fact, pretend we made it up. WARNING: This endpoint and corresponding data models are under active development and may change at any time, including in breaking ways.