pub async fn get_script_history_by_path(
configuration: &Configuration,
workspace: &str,
path: &str,
) -> Result<Vec<ScriptHistory>, Error<GetScriptHistoryByPathError>>
pub async fn get_script_history_by_path(
configuration: &Configuration,
workspace: &str,
path: &str,
) -> Result<Vec<ScriptHistory>, Error<GetScriptHistoryByPathError>>