pub async fn get_tree(
configuration: &Configuration,
owner: &str,
repo: &str,
sha: &str,
recursive: Option<bool>,
page: Option<i32>,
per_page: Option<i32>,
) -> Result<GitTreeResponse, Error<GetTreeError>>
pub async fn get_tree(
configuration: &Configuration,
owner: &str,
repo: &str,
sha: &str,
recursive: Option<bool>,
page: Option<i32>,
per_page: Option<i32>,
) -> Result<GitTreeResponse, Error<GetTreeError>>