Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FAD-3148 added custom promise class and custom response class. Did good ↵ | Avi Goldman | 2016-06-10 | 1 | -265/+0 |
| | | | | things to SparkPost class | ||||
* | Add php-cs-fixer as composer script and make initial fix-style run | Jason Rhodes | 2016-05-03 | 1 | -219/+243 |
| | | | | | | * Add php-cs-fixer as composer script * Make initial fix-style run * Fix indentation on all files * Add editorconfig file | ||||
* | Return extended exception data | Richard Leland | 2016-05-03 | 1 | -2/+9 |
| | | | | | | | | | * Update examples to show available extra exception methods * Resolves #83 * Update 403s to pass back extended exception data Fixes #83 | ||||
* | Merge pull request #69 from j4m3s/ISSUE-58 | Jordan Nornhold | 2016-05-02 | 1 | -1/+9 |
|\ | | | | | Message Events | ||||
| * | Add explanation to APIResource query param imploding | James Fellows | 2016-04-24 | 1 | -0/+1 |
| | | |||||
| * | Message Event mocked tests pass | James Fellows | 2016-04-03 | 1 | -6/+8 |
| | | |||||
| * | Initial commit adding MessageEvent support | James Fellows | 2016-03-31 | 1 | -0/+5 |
| | | |||||
* | | Improve Exception message on 403 response (#71) | James Fellows | 2016-04-19 | 1 | -0/+3 |
|/ | | | Fixes #70. | ||||
* | Improve APIResponseException class | Jakub Piasecki | 2016-03-08 | 1 | -6/+14 |
| | |||||
* | removed test, because it's not needed after added strong-typing to the ↵ | danil zakablukovskii | 2016-02-28 | 1 | -57/+47 |
| | | | | 'setHttpAdapter' method | ||||
* | clean lib code | danil zakablukovskii | 2016-02-27 | 1 | -71/+79 |
| | | | | | | | removed @desc tag, since it doesn't exist in phpdoc fixed comments fixed namespaces added strong-typing for some methods | ||||
* | Updated concatenations to have spaces | Jordan Nornhold | 2016-02-25 | 1 | -2/+2 |
| | |||||
* | added logic to handle error responses | beardyman | 2016-02-23 | 1 | -12/+19 |
| | |||||
* | removed unhittable code and removed a unit test for it. Updated code ↵ | beardyman | 2015-10-07 | 1 | -5/+1 |
| | | | | coverage filters in phpunit.xml to ignore test files because a utility function wasn't being used | ||||
* | replaced tabs with two spaces. normalized quotes | beardyman | 2015-10-03 | 1 | -134/+134 |
| | |||||
* | Removed all tabs and replaced them with two spaces | beardyman | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | Updated tests for new structure | beardyman | 2015-09-30 | 1 | -0/+5 |
| | |||||
* | moved config setup and management back into the sparkpost object | beardyman | 2015-09-28 | 1 | -103/+5 |
| | |||||
* | Finished tests and docs | beardyman | 2015-09-25 | 1 | -15/+34 |
| | |||||
* | started cleaning up tests to reflect the new changes | beardyman | 2015-09-22 | 1 | -22/+0 |
| | |||||
* | Removed most static methods and adopted an instance based implementation. ↵ | beardyman | 2015-09-17 | 1 | -39/+179 |
| | | | | Updated all examples and compatibility later to reflect these changes. | ||||
* | finished code updates/refactoring updated examples and began refactoring tests | beardyman | 2015-09-16 | 1 | -20/+23 |
| | |||||
* | Refactored to use http adapter instead of guzzle directly | beardyman | 2015-09-15 | 1 | -104/+55 |
| | |||||
* | added base object, test and example | mapril | 2015-08-21 | 1 | -0/+216 |