get_users_heatmap

Function get_users_heatmap 

Source
pub async fn get_users_heatmap(
    configuration: &Configuration,
    identifier: &str,
    before: Option<i64>,
    after: Option<i64>,
) -> Result<Heatmap, Error<GetUsersHeatmapError>>