pub async fn get_guest_entry(
configuration: &Configuration,
workspace: &str,
path: &str,
) -> Result<GuestEntry, Error<GetGuestEntryError>>Expand description
Unauthenticated: what a signed-out visitor reads to learn that signing in would let them in. 404 unless the app’s execution mode is guest AND the workspace has guest_access_enabled AND the instance has not set the guest_access_disabled global setting, and never on a deployment where guests are unavailable (the shared cloud), so it says nothing about apps that are not open to guests. Discloses only the app path, to a caller already holding the share secret.