Function trigger

Source
pub async fn trigger(
    client: &Client,
    organisation_id: &str,
    function_id: &str,
    deployment_id: &str,
) -> Result<(), Error>
Expand description

trigger the deployment of the function once the WebAssembly has been uploaded