Function get_public_app_by_secret

Source
pub async fn get_public_app_by_secret(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<AppWithLastVersion, Error<GetPublicAppBySecretError>>