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