Namespace Vonage
Official .NET client library for Vonage APIs — SMS, Voice, Video, Verify, Messages, and more. The entry point is VonageClient. All modern API calls return a Result<T> for unified error handling across validation, HTTP, and not-found failures.
Classes
- Configuration
Represents the SDK Configuration.
- VonageClient
Represents a client to use all features from Vonage's APIs.
Structs
- VonageUrls
Represents Vonage API Urls.
Interfaces
- ITokenGenerator
Represents a token generator.
Enums
- VonageUrls.Region
Identifies the Vonage API region used to route requests to the closest data center. Used by BuildHttpClientForRegion(Region) and Get(Region) to resolve the matching base URL.