pub async fn get_app_history_by_path(
configuration: &Configuration,
workspace: &str,
path: &str,
) -> Result<Vec<AppHistory>, Error<GetAppHistoryByPathError>>
pub async fn get_app_history_by_path(
configuration: &Configuration,
workspace: &str,
path: &str,
) -> Result<Vec<AppHistory>, Error<GetAppHistoryByPathError>>