Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optional automatic retry on 5xx | Ewan Dennis | 2017-07-05 | 1 | -0/+76 |
| | |||||
* | refactored tests | Avi Goldman | 2017-01-05 | 1 | -94/+79 |
| | |||||
* | added tests for debug requests | Avi Goldman | 2017-01-04 | 2 | -1/+27 |
| | |||||
* | Test cleanup (#137) | Tobias Nyholm | 2016-08-26 | 4 | -80/+7 |
| | | | | | | | | | | | | | | | | * Test cleanup * Make travis run again * Composer update * Install PHPunit * Removed composer.lock * Added composer.lock and drop support for php 5.5 * Update .travis.yml | ||||
* | Updating examples (#139) | Avi Goldman | 2016-08-25 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | * added example of getting transmission by ID * updated example messages and added example with recipient list and template * fixed lib to work with recipient lists * fixed lib to work with recipient lists * added test covering recipient list * added message event example * added template examples | ||||
* | Bump version, update changelog2.0.2 | Avi Goldman | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Remove dependency from Guzzle (#131) | Tobias Nyholm | 2016-07-27 | 3 | -23/+51 |
| | | | | | | | | | | * Remove dependency form Guzzle * Fixed borken tests * Added more tests * make sure we require httplug as well. | ||||
* | formatting and comments | Avi Goldman | 2016-06-22 | 3 | -94/+75 |
| | |||||
* | wrote tests to cover Resource and Transmission classes | Avi Goldman | 2016-06-21 | 1 | -0/+187 |
| | |||||
* | Merged FAD-3148 into 2.x | Avi Goldman | 2016-06-20 | 7 | -638/+366 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add php-cs-fixer as composer script and make initial fix-style run | Jason Rhodes | 2016-05-03 | 8 | -613/+675 |
| | | | | | | * 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 | -0/+6 |
| | | | | | | | | | * 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 | 3 | -0/+106 |
|\ | | | | | Message Events | ||||
| * | Rename MessageEvent to plural, update docblocks. | James Fellows | 2016-04-26 | 1 | -1/+1 |
| | | |||||
| * | Add unit tests for Message Events::documentation and ::samples | James Fellows | 2016-04-04 | 1 | -0/+26 |
| | | |||||
| * | Add unit test for startTime object formatting | James Fellows | 2016-04-04 | 1 | -0/+16 |
| | | |||||
| * | Add tests for new MessageEvent DateTime handling | James Fellows | 2016-04-04 | 1 | -0/+45 |
| | | |||||
| * | Message Event mocked tests pass | James Fellows | 2016-04-03 | 1 | -5/+10 |
| | | |||||
| * | Initial commit adding MessageEvent support | James Fellows | 2016-03-31 | 1 | -0/+14 |
| | | |||||
* | | Improve Exception message on 403 response (#71) | James Fellows | 2016-04-19 | 1 | -0/+15 |
|/ | | | Fixes #70. | ||||
* | Add unit test for APIResponseException | zaporylie | 2016-03-13 | 1 | -0/+36 |
| | |||||
* | Fix test coverage | zaporylie | 2016-03-08 | 1 | -0/+2 |
| | |||||
* | removed test, because it's not needed after added strong-typing to the ↵ | danil zakablukovskii | 2016-02-28 | 1 | -10/+3 |
| | | | | 'setHttpAdapter' method | ||||
* | Updated unit tests | beardyman | 2016-02-23 | 2 | -3/+14 |
| | |||||
* | Added ability to pass in api key as a config | beardyman | 2015-10-10 | 1 | -0/+6 |
| | |||||
* | removed unhittable code and removed a unit test for it. Updated code ↵ | beardyman | 2015-10-07 | 1 | -5/+0 |
| | | | | 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 | 4 | -173/+173 |
| | |||||
* | Removed all tabs and replaced them with two spaces | beardyman | 2015-10-02 | 4 | -8/+7 |
| | |||||
* | Updated tests for new structure | beardyman | 2015-09-30 | 3 | -65/+106 |
| | |||||
* | Finished tests and docs | beardyman | 2015-09-25 | 2 | -144/+213 |
| | |||||
* | started cleaning up tests to reflect the new changes | beardyman | 2015-09-22 | 4 | -241/+77 |
| | |||||
* | finished code updates/refactoring updated examples and began refactoring tests | beardyman | 2015-09-16 | 2 | -123/+188 |
| | |||||
* | Fixed failing unit test - added ability to unset config | mapril | 2015-09-02 | 1 | -0/+1 |
| | |||||
* | added base object, test and example | mapril | 2015-08-21 | 1 | -0/+144 |
| | |||||
* | refactored code base for extensibility | mapril | 2015-08-21 | 1 | -2/+2 |
| | |||||
* | MA-1084 #time 5m fixed test and updated composer.lock | nornholdj | 2014-11-14 | 1 | -1/+1 |
| | |||||
* | MA-1084 #time 1h Implemented better exception handling and added unit | nornholdj | 2014-11-14 | 2 | -4/+31 |
| | | | tests for said exception handling | ||||
* | MA-1084 #time 30m added function docs and started review | nornholdj | 2014-11-13 | 1 | -2/+2 |
| | |||||
* | MA-1084 #time 1h updated tests and compatibility | nornholdj | 2014-11-13 | 3 | -47/+37 |
| | |||||
* | MA-1084 #time 3h updated to be usable with php 5.3 | nornholdj | 2014-11-12 | 4 | -16/+178 |
| | |||||
* | Updated SparkPost References and updated docs and mappings to reflect | nornholdj | 2014-11-10 | 2 | -6/+6 |
| | | | updated config lists. | ||||
* | MA-946 #time 20m updated test comments and updated SparkPost default | nornholdj | 2014-11-04 | 2 | -13/+1 |
| | | | hostname | ||||
* | MA-946 #time 1h reviewed and updated function docs and other comments | nornholdj | 2014-11-03 | 2 | -10/+26 |
| | |||||
* | MA-946 #time 3h 30m Revamped Transmission object to be stateless, | nornholdj | 2014-10-31 | 2 | -167/+46 |
| | | | updated tests and examples. | ||||
* | MA-946 #time 1h 30m updated readme file for parity with the node-sdk | nornholdj | 2014-10-30 | 2 | -0/+0 |
| | |||||
* | MA-946 #time 10h Updated examples and tested. Updated Documentation. Setup ↵ | nornholdj | 2014-10-28 | 3 | -17/+193 |
| | | | | composer inclusion testing. | ||||
* | MA-946 #time 2h Wrote Configuration Unit tests. | nornholdj | 2014-10-22 | 2 | -0/+65 |
| | |||||
* | MA-946 #time 6h finished adding node-sdk function parity. Started on unit ↵ | nornholdj | 2014-10-22 | 1 | -0/+65 |
tests and setup test code coverage. |