Function get_app_by_path

Source
pub async fn get_app_by_path(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    with_starred_info: Option<bool>,
) -> Result<AppWithLastVersion, Error<GetAppByPathError>>