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