pub async fn repo_get_contents_list(
configuration: &Configuration,
owner: &str,
repo: &str,
ref: Option<&str>,
) -> Result<Vec<ContentsResponse>, Error<RepoGetContentsListError>>
pub async fn repo_get_contents_list(
configuration: &Configuration,
owner: &str,
repo: &str,
ref: Option<&str>,
) -> Result<Vec<ContentsResponse>, Error<RepoGetContentsListError>>