Expand description
§Vonage Core
Core types, errors, utilities, authentication, and HTTP client functionality shared across all Vonage SDK crates.
Re-exports§
pub use error::VonageError;
pub use error::Result;
pub use error::AuthError;
pub use error::HttpError;
pub use region::Region;
pub use auth::Auth;
pub use auth::BasicAuth;
pub use auth::JwtAuth;
pub use auth::SignatureAuth;
pub use auth::SignatureAuthHandler;
pub use http_client::HttpClient;
pub use http_client::HttpConfig;
Modules§
- auth
- Authentication module for the Rust SDK for Vonage APIs
- error
- Error types used throughout the Vonage SDK
- http_
client - HTTP client module for the Rust SDK for Vonage APIs
- region
- Regional API endpoints and configuration