pub async fn get_variable_value(
configuration: &Configuration,
workspace: &str,
path: &str,
) -> Result<String, Error<GetVariableValueError>>
pub async fn get_variable_value(
configuration: &Configuration,
workspace: &str,
path: &str,
) -> Result<String, Error<GetVariableValueError>>