pub async fn repo_get_contents(
configuration: &Configuration,
owner: &str,
repo: &str,
filepath: &str,
ref: Option<&str>,
) -> Result<ContentsResponse, Error<RepoGetContentsError>>
pub async fn repo_get_contents(
configuration: &Configuration,
owner: &str,
repo: &str,
filepath: &str,
ref: Option<&str>,
) -> Result<ContentsResponse, Error<RepoGetContentsError>>