pub async fn repos_slash_list_activities(
configuration: &Configuration,
owner: &str,
repo: &str,
direction: Option<&str>,
per_page: Option<i32>,
before: Option<&str>,
after: Option<&str>,
ref: Option<&str>,
actor: Option<&str>,
time_period: Option<&str>,
activity_type: Option<&str>,
) -> Result<Vec<Activity>, Error<ReposSlashListActivitiesError>>
Expand description
Lists a detailed history of changes to a repository, such as pushes, merges, force pushes, and branch changes, and associates these changes with commits and users. For more information about viewing repository activity, see "Viewing activity and data for your repository."