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