summaryrefslogtreecommitdiffstats
path: root/SendGrid
Commit message (Collapse)AuthorAgeFilesLines
...
* Travis DebuggingElmer Thomas2016-05-113-12/+12
|
* Ready to deployElmer Thomas2016-05-104-13/+15
|
* Ready for betaElmer Thomas2016-05-094-71/+111
|
* Preparing for deployElmer Thomas2016-04-2747-3752/+1868
|
* Version BumpElmer Thomas2015-12-152-4/+4
|
* Update tests and exampleElmer Thomas2015-12-152-22/+77
|
* Implementing Stats [GET]Elmer Thomas2015-12-144-3/+74
|
* Version BumpElmer Thomas2015-12-142-4/+4
|
* Updated ExampleElmer Thomas2015-12-141-2/+0
|
* Added Global Suppressions GET, POST, DELETEElmer Thomas2015-12-145-40/+188
|
* Version BumpElmer Thomas2015-12-112-4/+4
|
* Added example codeElmer Thomas2015-12-111-1/+39
|
* Added Suppressions [GET, POST, DELETE]Elmer Thomas2015-12-115-5/+114
|
* Version BumpElmer Thomas2015-12-102-4/+4
|
* Removed unused using statement.Elmer Thomas2015-12-101-1/+0
|
* Fixing merge conflictElmer Thomas2015-12-105-210/+243
|\
| * Preparing for upload to Nuget.orgElmer Thomas2015-11-242-6/+6
| |
| * Implement pull #127, add api key constructorsElmer Thomas2015-11-243-211/+239
| |
* | Add POST, DELETEElmer Thomas2015-12-104-29/+48
| |
* | GET implementedElmer Thomas2015-12-106-5/+155
|/
* Update build settingsElmer Thomas2015-11-241-15/+15
|
* Updating assembly signingsElmer Thomas2015-11-244-3/+10
|
* Adding classic keysElmer Thomas2015-11-243-0/+0
|
* Try signing the classic wayElmer Thomas2015-11-242-3/+2
|
* Trying to make Travis happyElmer Thomas2015-11-241-12/+12
|
* Working locallyElmer Thomas2015-11-241-6/+3
|
* Removing pfx files breaks Travis and creates an extra step for contributorsElmer Thomas2015-11-242-0/+0
|
* Updating assembly dependencies.Elmer Thomas2015-11-246-12/+41
|
* Preparing for release to Nuget.orgElmer Thomas2015-11-181-12/+12
|
* Async all the way through + testingElmer Thomas2015-11-164-25/+55
| | | | via deckarep
* Handle the exceptions in one blockElmer Thomas2015-11-161-8/+3
| | | | via deckarep
* Returned error should be consistentElmer Thomas2015-11-161-1/+2
| | | | via deckarep
* Refactoring based on deckarep's suggestionsElmer Thomas2015-11-161-6/+10
| | | | | | - Get version only once - Define application/json in one place - Friendlier default exception messaging
* Use enum instead of StringElmer Thomas2015-11-161-10/+14
| | | | via deckarep
* Re-factoring based on @deckarep's feedbackElmer Thomas2015-11-163-27/+21
| | | | | - Favor using var instead of string declarations for type inference. - Use a better type other than object
* Thread safety adjustments and some refactoringElmer Thomas2015-11-121-27/+21
|
* FormattingElmer Thomas2015-11-122-18/+18
|
* Use generic test valuesElmer Thomas2015-11-121-3/+3
|
* NUnit Test Runner is causing havoc on TravisElmer Thomas2015-11-122-8/+8
|
* Try it again, for Travis' sakeElmer Thomas2015-11-122-6/+6
|
* RevertElmer Thomas2015-11-122-7/+7
|
* Travis!Elmer Thomas2015-11-121-4/+4
|
* Trying to make Travis happyElmer Thomas2015-11-121-5/+5
|
* Updated exampleElmer Thomas2015-11-122-46/+62
|
* Added NUnit test adaptor. Resharper is now optional.Elmer Thomas2015-11-126-9/+47
|
* Adjust environment variable for TravisElmer Thomas2015-11-111-1/+1
|
* Adding BuildNet45Elmer Thomas2015-11-111-8/+8
|
* Removed VisualStudio dependencyElmer Thomas2015-11-114-12/+13
|
* Changing to target framework compatible with TravisElmer Thomas2015-11-112-5/+6
|
* Updating testsElmer Thomas2015-11-1110-96/+43
|
* Revert "Fiddling with build settings"Elmer Thomas2015-11-111-18/+21
| | | | This reverts commit 500006e9b41786b73c3cc7e6ebf411aea0fdef45.
* Fiddling with build settingsElmer Thomas2015-11-111-21/+18
|
* Updating testsElmer Thomas2015-11-113-20/+75
|
* Travis!Elmer Thomas2015-11-111-27/+30
|
* Trying to fix Travis errorsElmer Thomas2015-11-111-25/+22
|
* Updating build for TravisElmer Thomas2015-11-114-22/+25
|
* Added Integration/Unit Tests for API Keys endpointElmer Thomas2015-11-119-21/+276
|
* Add commentsElmer Thomas2015-11-093-30/+78
|
* Implemented return values for exceptionsElmer Thomas2015-11-092-32/+13
|
* A first implementation of a Web API v3 clientElmer Thomas2015-11-0612-16/+394
|
* Fix endpoint URLBrandon West2015-04-241-1/+1
|
* I love .csproj files and fixing filepaths and referencesBrandon West2015-04-232-5/+4
|
* remove example from build?Brandon West2015-04-221-1/+0
|
* please...Brandon West2015-04-222-22/+20
|
* maybe?Brandon West2015-04-224-4/+4
|
* still trying to fix refsBrandon West2015-04-222-7/+4
|
* trying to fix missing fileBrandon West2015-04-221-2/+6
|
* fix referenceBrandon West2015-04-221-0/+6
|
* fix dependenciesBrandon West2015-04-222-5/+0
|
* working on fixing build orderBrandon West2015-04-221-4/+7
|
* update travis config to native monoBrandon West2015-04-222-3/+9
|
* fix merge conflictsBrandon West2015-04-225-48/+98
|\
| * Refactor error handling. Add test for checking for bad username / password ↵Howard van Rooijen2015-02-065-62/+98
| | | | | | | | scenario
* | add new smtp api header methodsBrandon West2015-04-228-22/+73
| |
* | fix exampleBrandon West2015-04-221-14/+14
| |
* | Improve performance by reusing connections per instance of web transportBrandon West2015-04-221-15/+10
| |
* | remove synchronous CheckForErrors()Brandon West2015-04-221-14/+0
| |
* | remove synchronous deliver()Brandon West2015-04-222-27/+2
| |
* | fix buildBrandon West2015-04-212-362/+369
| |
* | mergeBrandon West2015-04-211-18/+15
|\ \
| * | Fixed bug with mono 3.12 (HttpClient.BaseAddress) - Exception invalid protocolRoman Barinov2015-01-221-10/+3
| | |
* | | mergeBrandon West2015-04-213-4/+20
|\ \ \
| * | | AddSectionWataru Sato2015-01-281-1/+1
| | | |
| * | | AddSectionWataru Sato2015-01-282-70/+0
| | | |
| * | | AddSectionWataru Sato2015-01-283-17/+18
| | | |
| * | | AddSectionWataru Sato2015-01-285-2/+89
| | |/ | |/|
* | | Merge pull request #107 from twilly86/masterBrandon West2015-04-213-1/+13
|\ \ \ | | | | | | | | Adding ability to embed an image via a memory stream.
| * | | adding ability to embed an image via a memory stream. I'm generating an ↵tmwilson2015-01-283-1/+13
| |/ / | | | | | | | | | image and then transferring it to memory stream right away. This prevents you from having to create a file if you already have a memory stream.
* | | Merge pull request #120 from mdymel/masterBrandon West2015-04-211-7/+4
|\ \ \ | | | | | | | | Fix for HttpClient bug in mono closes #119
| * | | Fix for HttpClient bug in mono closes #119Michal Dymel2015-04-191-7/+4
| |/ /
* | | Merge pull request #77 from lukasz-lysik/masterBrandon West2015-04-212-3/+71
|\ \ \ | |/ / |/| | Sink host introduced
| * | Sink host introducedlukasz-lysik2014-06-232-3/+71
| | |
* | | update nuget refsBrandon West2015-01-255-4/+13
| | |
* | | add substitution tag with unicodeBrandon West2015-01-251-1/+5
| | |
* | | version bumpBrandon West2015-01-251-2/+2
| | |
* | | remove redundant error check and add Web interface constructor that allows ↵Brandon West2015-01-251-17/+23
| |/ |/| | | | | HTTP timeout to be specified
* | async exception handling exampleBrandon West2014-10-092-11/+30
| |
* | add user-agentBrandon West2014-10-093-9/+15
| |
* | mergeBrandon West2014-10-094-24/+55
|\ \
| * | Update packages.configAlex Forbes-Reed2014-09-241-2/+2
| | |