summaryrefslogtreecommitdiffstats
path: root/lib/SparkPost/SparkPostException.php
Commit message (Collapse)AuthorAgeFilesLines
* added default for request param in SparkPostResponse and SparkPostExceptionAvi Goldman2017-01-041-1/+1
|
* ran fix styleAvi Goldman2017-01-041-4/+5
|
* added functions in error and response for getting out the request in debug modeAvi Goldman2017-01-041-1/+17
|
* formatting and commentsAvi Goldman2016-06-221-1/+1
|
* merged in 2.xAvi Goldman2016-06-201-9/+24
|\
| * Merged FAD-3148 into 2.xAvi Goldman2016-06-201-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * FAD-3148 basic non-functioning base class * FAD-3148 a bit more functionality in the base class * FAD-3148 added custom promise class and custom response class. Did good things to SparkPost class * Updated Transmission.php for new refactor, still WIP. Created Resource.php as a parent class for all future resources. * Removed test functions * Cleaned up Transmissions.php according to PSR-2, deleted more test code and comments. * added sync and aysnc, cleaned up code * added support for async/sync option * added support for async/sync option * Added interns to authors * simplified the request function * added comments * added user agent * added comments in SparkPostPromise * added comments in SparkPostException * added comments in SparkPostResponse * cleaning up test * updated composer.json and contributing files for testing * Ran php-cs-fixer * testing for sparkpost response class * updated to newer version of guzzle * updated to newer version of guzzle * Cleaned up getUrl and other functions * cleaned up constructor and overrode getCode with getResponse()->getStatusCode() * fixed up then method * cleaned up getBody * deleted old test * Wrote total coverage tests for SparkPost class * commented out setting up transmissions endpoint until merging with FAD-3146
* added sync and aysnc, cleaned up codeAvi Goldman2016-06-101-0/+26