Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed old tests | Avi Goldman | 2016-06-22 | 3 | -109/+0 |
| | |||||
* | Merged FAD-3148 into 2.x | Avi Goldman | 2016-06-20 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | output more error information in webhooks example | Richard Leland | 2016-05-23 | 1 | -1/+3 |
| | |||||
* | Add example for unwrapped transmissions call | Rich Leland | 2016-05-20 | 1 | -0/+47 |
| | |||||
* | Add php-cs-fixer as composer script and make initial fix-style run | Jason Rhodes | 2016-05-03 | 2 | -12/+14 |
| | | | | | | * Add php-cs-fixer as composer script * Make initial fix-style run * Fix indentation on all files * Add editorconfig file | ||||
* | Fix typos, update language in examples | Rich Leland | 2016-05-03 | 2 | -18/+18 |
| | |||||
* | added new exception type and unwrapped example for webhooks | beardyman | 2016-02-23 | 1 | -0/+25 |
| | |||||
* | Updated template id in unwrapped example | Jordan Nornhold | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | replaced tabs with two spaces. normalized quotes | beardyman | 2015-10-03 | 1 | -11/+11 |
| | |||||
* | Removed all tabs and replaced them with two spaces | beardyman | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | merged master and resolved conflicts | beardyman | 2015-10-02 | 1 | -2/+6 |
|\ | |||||
| * | updated scripts to make template and updated example files to read new ↵ | beardyman | 2015-09-25 | 1 | -4/+8 |
| | | | | | | | | config file | ||||
* | | Updated tests for new structure | beardyman | 2015-09-30 | 1 | -1/+2 |
| | | |||||
* | | moved config setup and management back into the sparkpost object | beardyman | 2015-09-28 | 1 | -3/+3 |
| | | |||||
* | | Removed most static methods and adopted an instance based implementation. ↵ | beardyman | 2015-09-17 | 1 | -7/+4 |
| | | | | | | | | 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 | -10/+17 |
|/ | |||||
* | added base object, test and example | mapril | 2015-08-21 | 1 | -0/+25 |