Skip to main content
The Rust SDK currently covers client construction and health monitoring. Redaction services are not yet exposed. For full API coverage today, use the TypeScript SDK.

docs.rs

Full generated API documentation

Nvisy

The client. Construct it with an API token, or through the builder for non-default configuration.

NvisyBuilder

Accessors: client.base_url(), client.timeout().

Constants

MonitorService

Health monitoring, implemented for Nvisy. Bring the trait into scope to use its methods.

Models

Health: ComponentCheck: name: String, status: ServiceStatus. CheckHealth: use_cache: Option<bool>.

Errors

Result<T> is an alias for std::result::Result<T, Error>.