pub async fn repo_list_pinned_issues(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<Issue>, Error<RepoListPinnedIssuesError>>
pub async fn repo_list_pinned_issues(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<Issue>, Error<RepoListPinnedIssuesError>>