Skip to main content

Module global

Module global 

Source
Expand description

Unauthenticated client used by the CLI runtime and other contexts that need to make API calls before (or without) a signed-in user.

Unlike crate::Client, a GlobalClient does not bind to a UserId, does not hold key material, and does not resolve API URLs at construction. Each operation chooses the URL it needs at call time via GlobalClient::make_api_client / GlobalClient::make_identity_client.

Modulesยง

global_client ๐Ÿ”’
global_internal_client ๐Ÿ”’

Structsยง

GlobalClient
The entry point for unauthenticated SDK operations.