diff options
Diffstat (limited to 'examples/browsers/browsers.cs')
-rw-r--r-- | examples/browsers/browsers.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/browsers/browsers.cs b/examples/browsers/browsers.cs index e75de7b..43d52e5 100644 --- a/examples/browsers/browsers.cs +++ b/examples/browsers/browsers.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 browser. # -# GET /browsers/stats # +//////////////////////////////////////////////////////// +// Retrieve email statistics by browser. +// GET /browsers/stats string queryParams = @"{ 'aggregated_by': 'day', |