pub async fn get_comment(
configuration: &Configuration,
id: i32,
comment_id: &str,
) -> Result<OneCommentResponse200, Error<GetCommentError>>
Expand description
Returns the details of a comment.
pub async fn get_comment(
configuration: &Configuration,
id: i32,
comment_id: &str,
) -> Result<OneCommentResponse200, Error<GetCommentError>>
Returns the details of a comment.