pub async fn get_public_post_by_id(
configuration: &Configuration,
title: &str,
id: &str,
) -> Result<Post, Error<GetPublicPostByIdError>>pub async fn get_public_post_by_id(
configuration: &Configuration,
title: &str,
id: &str,
) -> Result<Post, Error<GetPublicPostByIdError>>