pub async fn issue_list_issue_attachments(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
) -> Result<Vec<Attachment>, Error<IssueListIssueAttachmentsError>>
pub async fn issue_list_issue_attachments(
configuration: &Configuration,
owner: &str,
repo: &str,
index: i64,
) -> Result<Vec<Attachment>, Error<IssueListIssueAttachmentsError>>