Skip to main content

create_comment

Function create_comment 

Source
pub async fn create_comment(
    api_key: &str,
    issue_id_or_identifier: &str,
    body_text: &str,
) -> Result<LinearComment, String>