summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Program.cs
diff options
context:
space:
mode:
authorbrandonmwest <brawest@gmail.com>2013-01-14 11:43:14 -0800
committerbrandonmwest <brawest@gmail.com>2013-01-14 11:43:14 -0800
commit15d8d7f43f157484e70dd6566b62c958801af41a (patch)
tree94fac513c6aa2b145227212f1617d6536c68822f /SendGrid/Example/Program.cs
parent7b6db5794a097c43703a90e2f0863967b78426a9 (diff)
parentee3148aa4de801fda48711b6a37f252cbc226855 (diff)
downloadsendgrid-csharp-15d8d7f43f157484e70dd6566b62c958801af41a.zip
sendgrid-csharp-15d8d7f43f157484e70dd6566b62c958801af41a.tar.gz
sendgrid-csharp-15d8d7f43f157484e70dd6566b62c958801af41a.tar.bz2
Merge pull request #22 from brandonmwest/master
CodeScales removed, RestSharp added
Diffstat (limited to 'SendGrid/Example/Program.cs')
-rwxr-xr-xSendGrid/Example/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/SendGrid/Example/Program.cs b/SendGrid/Example/Program.cs
index 1debf2e..29b02e6 100755
--- a/SendGrid/Example/Program.cs
+++ b/SendGrid/Example/Program.cs
@@ -30,6 +30,7 @@ namespace Example
//use this section to test out our Web and SMTP examples!
smtpapi.SimpleHTMLEmail();
+ restapi.SimpleHTMLEmail();
Console.WriteLine("Done!");
Console.ReadLine();