summaryrefslogtreecommitdiffstats
path: root/examples/stats/stats.cs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stats/stats.cs')
-rw-r--r--examples/stats/stats.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/stats/stats.cs b/examples/stats/stats.cs
index b608bee..a363952 100644
--- a/examples/stats/stats.cs
+++ b/examples/stats/stats.cs
@@ -5,9 +5,9 @@ using System.Collections.Generic;
string _apiKey = Environment.GetEnvironmentVariable("SENDGRID_APIKEY", EnvironmentVariableTarget.User);
dynamic sg = new SendGrid.SendGridAPIClient(_apiKey);
-##################################################
-# Retrieve global email statistics #
-# GET /stats #
+////////////////////////////////////////////////////////
+// Retrieve global email statistics
+// GET /stats
string queryParams = @"{
'aggregated_by': 'day',