From 04e19a2f3a16fc3080736bf06423fab0ae9c668a Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Thu, 11 Jul 2024 14:29:41 -0600 Subject: [PATCH] - Linting --- EasyPost.Integration/Basics.cs | 2 +- .../Parameters/SmartRate/EstimateDeliveryDateForShipment.cs | 2 +- .../Parameters/SmartRate/EstimateDeliveryDateForZipPair.cs | 2 +- EasyPost/Parameters/SmartRate/RecommendShipDateForShipment.cs | 2 +- EasyPost/Parameters/SmartRate/RecommendShipDateForZipPair.cs | 2 +- EasyPost/Services/SmartRateService.cs | 3 --- 6 files changed, 5 insertions(+), 8 deletions(-) diff --git a/EasyPost.Integration/Basics.cs b/EasyPost.Integration/Basics.cs index 43db467d..222e9063 100644 --- a/EasyPost.Integration/Basics.cs +++ b/EasyPost.Integration/Basics.cs @@ -34,7 +34,7 @@ public void UserCanLocallyConstructResponseObject() var endShipper = new EndShipper(); var endShipperCollection = new EndShipperCollection(); var error = new Error(); - var EstimateDeliveryDateForZipPairResult = new EstimateDeliveryDateForZipPairResult(); + var estimateDeliveryDateForZipPairResult = new EstimateDeliveryDateForZipPairResult(); var estimateDeliveryDateForShipmentResult = new EstimateDeliveryDateForShipmentResult(); var @event = new Event(); var eventCollection = new EventCollection(); diff --git a/EasyPost/Parameters/SmartRate/EstimateDeliveryDateForShipment.cs b/EasyPost/Parameters/SmartRate/EstimateDeliveryDateForShipment.cs index 71df0e2f..4ff23e9d 100644 --- a/EasyPost/Parameters/SmartRate/EstimateDeliveryDateForShipment.cs +++ b/EasyPost/Parameters/SmartRate/EstimateDeliveryDateForShipment.cs @@ -5,7 +5,7 @@ namespace EasyPost.Parameters.SmartRate { /// - /// Parameters for API calls. + /// Parameters for API calls. /// [ExcludeFromCodeCoverage] public class EstimateDeliveryDateForShipment : BaseParameters diff --git a/EasyPost/Parameters/SmartRate/EstimateDeliveryDateForZipPair.cs b/EasyPost/Parameters/SmartRate/EstimateDeliveryDateForZipPair.cs index 6b6a143a..0eb3dcbb 100644 --- a/EasyPost/Parameters/SmartRate/EstimateDeliveryDateForZipPair.cs +++ b/EasyPost/Parameters/SmartRate/EstimateDeliveryDateForZipPair.cs @@ -6,7 +6,7 @@ namespace EasyPost.Parameters.SmartRate { /// - /// Parameters for API calls. + /// Parameters for API calls. /// [ExcludeFromCodeCoverage] public class EstimateDeliveryDateForZipPair : BaseParameters diff --git a/EasyPost/Parameters/SmartRate/RecommendShipDateForShipment.cs b/EasyPost/Parameters/SmartRate/RecommendShipDateForShipment.cs index 2caf3827..52533e27 100644 --- a/EasyPost/Parameters/SmartRate/RecommendShipDateForShipment.cs +++ b/EasyPost/Parameters/SmartRate/RecommendShipDateForShipment.cs @@ -5,7 +5,7 @@ namespace EasyPost.Parameters.SmartRate { /// - /// Parameters for API calls. + /// Parameters for API calls. /// [ExcludeFromCodeCoverage] public class RecommendShipDateForShipment : BaseParameters diff --git a/EasyPost/Parameters/SmartRate/RecommendShipDateForZipPair.cs b/EasyPost/Parameters/SmartRate/RecommendShipDateForZipPair.cs index e062be8b..dfbe8124 100644 --- a/EasyPost/Parameters/SmartRate/RecommendShipDateForZipPair.cs +++ b/EasyPost/Parameters/SmartRate/RecommendShipDateForZipPair.cs @@ -6,7 +6,7 @@ namespace EasyPost.Parameters.SmartRate { /// - /// Parameters for API calls. + /// Parameters for API calls. /// [ExcludeFromCodeCoverage] public class RecommendShipDateForZipPair : BaseParameters diff --git a/EasyPost/Services/SmartRateService.cs b/EasyPost/Services/SmartRateService.cs index 11d08a99..c717bd73 100644 --- a/EasyPost/Services/SmartRateService.cs +++ b/EasyPost/Services/SmartRateService.cs @@ -1,4 +1,3 @@ -using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using EasyPost._base; @@ -39,8 +38,6 @@ public async Task EstimateDeliveryDate(Est return await RequestAsync(Method.Post, "smartrate/deliver_by", cancellationToken, parameters.ToDictionary()); } - - /// /// Retrieve a recommended ship date for each carrier-service level combination via the Smart Deliver On API, based on a specific desired delivery date and origin-destination postal code pair. /// Unlike the method, this method does not require a ID.