pub fn update_a_repository<'a>(
    owner: &'a str,
    repo: &'a str
) -> UpdateARepository<'a>
Expand description

Build a UpdateARepository instance.