pub async fn get_repository_info( client: &GitHubClient, owner: &str, name: &str, ) -> Result<Repository>