pub async fn issue_get_issue_comment_attachment(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
attachment_id: i64,
) -> Result<Attachment, Error<IssueGetIssueCommentAttachmentError>>
pub async fn issue_get_issue_comment_attachment(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
attachment_id: i64,
) -> Result<Attachment, Error<IssueGetIssueCommentAttachmentError>>