get_post_by_id

Function get_post_by_id 

Source
pub async fn get_post_by_id(
    configuration: &Configuration,
    id: &str,
) -> Result<Post, Error<GetPostByIdError>>