pub async fn repos_slash_get_views(
configuration: &Configuration,
owner: &str,
repo: &str,
per: Option<&str>,
) -> Result<ViewTraffic, Error<ReposSlashGetViewsError>>
Expand description
Get the total number of views and breakdown per day or week for the last 14 days. Timestamps are aligned to UTC midnight of the beginning of the day or week. Week begins on Monday.