pub async fn repos_slash_get_top_paths(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<ContentTraffic>, Error<ReposSlashGetTopPathsError>>
Expand description
Get the top 10 popular contents over the last 14 days.
pub async fn repos_slash_get_top_paths(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<ContentTraffic>, Error<ReposSlashGetTopPathsError>>
Get the top 10 popular contents over the last 14 days.