Function issue_get_issue_attachment

Source
pub async fn issue_get_issue_attachment(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    index: i64,
    attachment_id: i64,
) -> Result<Attachment, Error<IssueGetIssueAttachmentError>>