Function user_get_heatmap_data

Source
pub async fn user_get_heatmap_data(
    configuration: &Configuration,
    username: &str,
) -> Result<Vec<UserHeatmapData>, Error<UserGetHeatmapDataError>>