Function get_app_latest_version

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