From 86189682d74278db3a9b4e63f5b94a1b9f4c229a Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Tue, 12 Jul 2022 08:30:38 +0100 Subject: [PATCH] Forget yet another new addition to the interface --- src/SparkPost/IClient.cs | 7 ++++++- src/SparkPost/SparkPost.csproj | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/SparkPost/IClient.cs b/src/SparkPost/IClient.cs index b2d2edf..1adc256 100644 --- a/src/SparkPost/IClient.cs +++ b/src/SparkPost/IClient.cs @@ -1,4 +1,4 @@ -namespace SparkPost +namespace SparkPost { /// /// Provides access to the SparkPost API. @@ -67,6 +67,11 @@ public interface IClient /// IMetrics Metrics { get; } + /// + /// Gets access to the Email Recipient Validation resource of the SparkPost API. + /// + IRecipientValidation RecipientValidations { get; } + /// /// Gets the API version supported by this client. /// diff --git a/src/SparkPost/SparkPost.csproj b/src/SparkPost/SparkPost.csproj index 2e797d4..fa8500a 100644 --- a/src/SparkPost/SparkPost.csproj +++ b/src/SparkPost/SparkPost.csproj @@ -5,9 +5,9 @@ SparkPost SparkPost API Copyright 2022 - 2.0.1 - 2.0.1 - 2.0.1 + 2.0.2 + 2.0.2 + 2.0.2 Darren Cauthon; Adam Hathcock https://www.sparkpost.com/sites/default/files/attachments/SparkPost_Logo_2-Color_Gray-Orange_RGB.svg SparkPost