summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Program.cs
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for deployElmer Thomas2016-04-271-263/+0
|
* Update tests and exampleElmer Thomas2015-12-151-21/+45
|
* Implementing Stats [GET]Elmer Thomas2015-12-141-3/+22
|
* Updated ExampleElmer Thomas2015-12-141-2/+0
|
* Added Global Suppressions GET, POST, DELETEElmer Thomas2015-12-141-3/+45
|
* Added example codeElmer Thomas2015-12-111-1/+39
|
* Removed unused using statement.Elmer Thomas2015-12-101-1/+0
|
* Fixing merge conflictElmer Thomas2015-12-101-1/+0
|\
| * Implement pull #127, add api key constructorsElmer Thomas2015-11-241-8/+2
| |
* | Add POST, DELETEElmer Thomas2015-12-101-11/+24
| |
* | GET implementedElmer Thomas2015-12-101-3/+27
|/
* Async all the way through + testingElmer Thomas2015-11-161-5/+6
| | | | via deckarep
* Re-factoring based on @deckarep's feedbackElmer Thomas2015-11-161-10/+9
| | | | | - Favor using var instead of string declarations for type inference. - Use a better type other than object
* FormattingElmer Thomas2015-11-121-14/+14
|
* Use generic test valuesElmer Thomas2015-11-121-3/+3
|
* Updated exampleElmer Thomas2015-11-121-45/+62
|
* Added Integration/Unit Tests for API Keys endpointElmer Thomas2015-11-111-21/+26
|
* A first implementation of a Web API v3 clientElmer Thomas2015-11-061-11/+46
|
* AddSectionWataru Sato2015-01-281-4/+4
|
* AddSectionWataru Sato2015-01-281-2/+3
|
* add substitution tag with unicodeBrandon West2015-01-251-1/+5
|
* async exception handling exampleBrandon West2014-10-091-10/+21
|
* fix some copypastaBrandon West2014-05-211-1/+1
|
* change namespace from SendGridMail to SendGrid, change SendGrid type to ↵Brandon West2014-05-211-3/+3
| | | | SendGridMessage, update to depend on SendGrid.SmtpApi, remove CC and BCC methods since they are not supported in the web API currently.
* Factory removed from Webparoos2014-05-091-1/+1
| | | | Public constructor created (IoC friendly)
* Usable with an IoC Containerparoos2014-05-091-1/+1
|
* Cleaned up code;Alex Reed (Xerax)2014-02-161-23/+23
| | | | | | | | | - Converted to tabs instead of 4 spaces. - Changed some private variable names to be C#4 standards compliant. - Renamed the WEBAPI class to be WebApi (see above). - Slightly tweaked the tests to load credential data from a private constant string at the top of the file, so you don't have to set Email/Password info for every instance it's used. - Cleaned up some foreach's to be LINQ statements - Decreased nesting where possible.
* add dependency on Smtpapi library, remove SMTP functionalityBrandon West2014-01-061-1/+0
|
* update example app to use https and DeliverAsyncBrandon West2013-10-241-1/+1
|
* reversion to 1.2.0 since not a breaking changeBrandon West2013-07-291-40/+35
|
* example sending codeBrandon West2013-07-291-40/+40
|
* fix build warningsBrandon West2013-01-141-0/+1
|
* added support for attachments by streams, and made the REST call truncate to ↵Tyler Bischel2012-04-251-0/+2
| | | | onl the file name, not the full path
* added examples based on user feedbackTyler Bischel2012-01-241-3/+4
|
* renamed REST transport to WebTyler Bischel2012-01-241-3/+3
|
* Finished writing code examples for SMTP and REST and also cleaned up and ↵CJ Buchmann2012-01-161-50/+8
| | | | refactored a large portion of code
* line changesTyler Bischel2012-01-161-1/+0
|
* Code merged for microsoft for Friday at 4pm. Filters are working, and ↵CJ Buchmann2012-01-131-6/+9
| | | | Mailing and attachments are working for both the smtpapi and the rest interface
* Merge branch 'us1882-inbetween' of github.com:sendgrid/sendgrid-csharp into ↵CJ Buchmann2012-01-131-4/+4
|\ | | | | | | us1882-inbetween
| * fixed attachments and REST works!!Tyler Bischel2012-01-131-4/+4
| |
* | committing before tyler breaks my stuff, with his not good enough stuffCJ Buchmann2012-01-131-8/+10
|/
* Added suport for REST file attachments. Also added third party library to ↵CJ Buchmann2012-01-131-2/+3
| | | | handle HTTP Requests.
* Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into ↵CJ Buchmann2012-01-131-4/+5
|\ | | | | | | | | | | | | us1882-inbetween Conflicts: SendGrid/SendGridMail/Transport/REST.cs
* | Got code to working state to deliver to MicrosoftCJ Buchmann2012-01-131-1/+4
| |
* | Attempting to attach files via RESTCJ Buchmann2012-01-131-2/+18
|/
* Got All parts of the REST api working, except file attachments.CJ Buchmann2012-01-121-3/+2
|
* Added support for Rest API, to get mailing working. Also added examples to ↵CJ Buchmann2012-01-121-2/+19
| | | | send a simple web api.
* Merge Conflict FixedCJ Buchmann2012-01-121-10/+18
|
* refactored attachments, fixed bug in headersTyler Bischel2012-01-121-4/+5
|
* Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882CJ Buchmann2012-01-111-12/+8
|\ | | | | | | | | Conflicts: SendGrid/Example/Program.cs
| * functions for SendGrid.cs and tests for the non-filter stuff in SendGrid.cs ↵Eric Becking2012-01-111-1/+2
| | | | | | | | held in the TestSendgridMessageSetup.cs file
* | added unit tests for SendGrid Enable/Disable filtersCJ Buchmann2012-01-111-8/+13
|/
* example project sends email, tree node for filters created, json encoding ↵Tyler Bischel2012-01-101-1/+12
| | | | done, other fixes
* changed reference to namespaceTyler Bischel2012-01-101-1/+0
|
* fixed namespace weirdness, made changes to .gitignoreTyler Bischel2012-01-101-0/+1
|
* initial interface for C# SendGrid Mail libraryTyler Bischel2012-01-061-0/+16