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