Function execute_component

Source
pub async fn execute_component(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    execute_component_request: ExecuteComponentRequest,
) -> Result<String, Error<ExecuteComponentError>>