Function get_comment

Source
pub async fn get_comment(
    configuration: &Configuration,
    id: i32,
    comment_id: &str,
) -> Result<OneCommentResponse200, Error<GetCommentError>>
Expand description

Returns the details of a comment.