Function repo_get_contents_list

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