pub async fn issue_list_issue_comment_attachments(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<Vec<Attachment>, Error<IssueListIssueCommentAttachmentsError>>
pub async fn issue_list_issue_comment_attachments(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<Vec<Attachment>, Error<IssueListIssueCommentAttachmentsError>>