summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/RESTAPI.cs
Commit message (Collapse)AuthorAgeFilesLines
* renamed REST transport to WebTyler Bischel2012-01-241-425/+0
|
* Finished writing code examples for SMTP and REST and also cleaned up and ↵CJ Buchmann2012-01-161-38/+368
| | | | refactored a large portion of code
* Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into ↵CJ Buchmann2012-01-131-2/+2
|\ | | | | | | | | | | | | us1882-inbetween Conflicts: SendGrid/SendGridMail/Transport/REST.cs
| * update attachments, fixed filter formats, added some documentation, made ↵Tyler Bischel2012-01-131-2/+2
| | | | | | | | constructors initializable only by factory functions
* | Attempting to attach files via RESTCJ Buchmann2012-01-131-0/+2
|/
* Got All parts of the REST api working, except file attachments.CJ Buchmann2012-01-121-1/+16
|
* Added support for Rest API, to get mailing working. Also added examples to ↵CJ Buchmann2012-01-121-0/+78
send a simple web api.