Skip to main content

handle

Function handle 

Source
pub async fn handle(
    url: &str,
    token: Option<&str>,
    http_client: &ClientWithMiddleware,
    command: RuleCommands,
) -> Result<()>