Skip to main content

Module core

Module core 

Source
Expand description

Server-status + session surface: health_check, login.

Lives in its own module because it doesn’t fit any of the domain-specific surfaces (collections / vectors / search / …) and likely grows to include /metrics, /stats, and similar observability endpoints in future releases.

Structs§

JwtToken
JWT minted by /auth/login. Returned by VectorizerClient::login so callers can hand it back into a new VectorizerClient via ClientConfig::api_keyHttpTransport::new sniffs the shape and sends it as Authorization: Bearer <token>.