pub async fn gists_slash_delete_comment(
configuration: &Configuration,
gist_id: &str,
comment_id: i32,
) -> Result<(), Error<GistsSlashDeleteCommentError>>
pub async fn gists_slash_delete_comment(
configuration: &Configuration,
gist_id: &str,
comment_id: i32,
) -> Result<(), Error<GistsSlashDeleteCommentError>>