Function get_app_history_by_path

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