diff options
Diffstat (limited to 'examples/geo/geo.cs')
-rw-r--r-- | examples/geo/geo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/geo/geo.cs b/examples/geo/geo.cs index 21268f4..25faa04 100644 --- a/examples/geo/geo.cs +++ b/examples/geo/geo.cs @@ -5,9 +5,9 @@ using System.Collections.Generic; string _apiKey = Environment.GetEnvironmentVariable("SENDGRID_APIKEY", EnvironmentVariableTarget.User); dynamic sg = new SendGrid.SendGridAPIClient(_apiKey); -################################################## -# Retrieve email statistics by country and state/province. # -# GET /geo/stats # +//////////////////////////////////////////////////////// +// Retrieve email statistics by country and state/province. +// GET /geo/stats string queryParams = @"{ 'aggregated_by': 'day', |