Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added retry example | Avi Goldman | 2017-07-10 | 1 | -0/+33 |
| | |||||
* | removed example-options.json | Avi Goldman | 2017-01-09 | 16 | -64/+15 |
| | |||||
* | added attachment example | Avi Goldman | 2017-01-07 | 2 | -0/+58 |
| | |||||
* | added debug example | Avi Goldman | 2017-01-04 | 1 | -0/+42 |
| | |||||
* | ran fix style | Avi Goldman | 2017-01-04 | 4 | -11/+11 |
| | |||||
* | Updating examples (#139) | Avi Goldman | 2016-08-25 | 12 | -4/+314 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | removed examples/example-options.json2.0.0 | Avi Goldman | 2016-06-24 | 1 | -3/+0 |
| | |||||
* | Rewrote docs and updated composer name (#123) | Avi Goldman | 2016-06-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | * made changes to readme.md and composer.json * switched bold to header * updated README.md * made review changes * small change to wording * another small wording change | ||||
* | added \n to print_r in all examples | Avi Goldman | 2016-06-23 | 4 | -4/+4 |
| | |||||
* | added slashes on errors in examples | Avi Goldman | 2016-06-23 | 4 | -4/+4 |
| | |||||
* | fixed examples, and small details | Avi Goldman | 2016-06-23 | 5 | -45/+61 |
| | |||||
* | removed examples-options.json | Avi Goldman | 2016-06-23 | 1 | -3/+0 |
| | |||||
* | removed old tests | Avi Goldman | 2016-06-22 | 13 | -521/+0 |
| | |||||
* | wrote examples for transmissions | Avi Goldman | 2016-06-22 | 4 | -0/+146 |
| | |||||
* | parsed example-options.json and pull in autoload.php | Avi Goldman | 2016-06-22 | 1 | -0/+4 |
| | |||||
* | set up options object | Avi Goldman | 2016-06-22 | 1 | -0/+3 |
| | |||||
* | Merged FAD-3148 into 2.x | Avi Goldman | 2016-06-20 | 3 | -15/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Merge pull request #111 from fishr01/hotfix-timeouts | Richard Leland | 2016-05-25 | 1 | -1/+1 |
|\ | | | | | Added an option to overwrite the default 10 seconds timeout | ||||
| * | Added a timeout option to overwrite the default 10 seconds built into the ↵ | Ryan | 2016-05-19 | 1 | -1/+1 |
| | | | | | | | | default configuration | ||||
* | | 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 |
|/ | |||||
* | FAD-3045 add examples for cc/bcc | Rich Leland | 2016-05-12 | 2 | -0/+120 |
| | |||||
* | Add php-cs-fixer as composer script and make initial fix-style run | Jason Rhodes | 2016-05-03 | 11 | -136/+145 |
| | | | | | | * 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 | 8 | -8/+24 |
| | | | | | | | | | * Update examples to show available extra exception methods * Resolves #83 * Update 403s to pass back extended exception data Fixes #83 | ||||
* | Update rfc822 example. Fixes #94 | Rich Leland | 2016-05-03 | 1 | -1/+1 |
| | |||||
* | Fix typos, update language in examples | Rich Leland | 2016-05-03 | 10 | -47/+47 |
| | |||||
* | Update docs to use extended from format | Richard Leland | 2016-05-02 | 4 | -77/+89 |
| | |||||
* | Update transmission examples | Rich Leland | 2016-03-17 | 2 | -0/+35 |
| | | | | | * Delete transmission * Additional options, including attachments on send | ||||
* | 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 | 8 | -92/+92 |
| | |||||
* | fixed an indent issue | beardyman | 2015-10-03 | 1 | -2/+2 |
| | |||||
* | Removed all tabs and replaced them with two spaces | beardyman | 2015-10-02 | 9 | -9/+9 |
| | |||||
* | merged master and resolved conflicts | beardyman | 2015-10-02 | 8 | -16/+45 |
|\ | |||||
| * | updated scripts to make template and updated example files to read new ↵ | beardyman | 2015-09-25 | 8 | -26/+56 |
| | | | | | | | | 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 |
| | | |||||
* | | Finished tests and docs | beardyman | 2015-09-25 | 1 | -2/+0 |
| | | |||||
* | | updated examples (removed uneeded use statement) and updated documentation ↵ | beardyman | 2015-09-23 | 7 | -7/+0 |
| | | | | | | | | for using HTTP Adapters. | ||||
* | | Removed most static methods and adopted an instance based implementation. ↵ | beardyman | 2015-09-17 | 8 | -28/+24 |
| | | | | | | | | Updated all examples and compatibility later to reflect these changes. | ||||
* | | finished code updates/refactoring updated examples and began refactoring tests | beardyman | 2015-09-16 | 8 | -85/+114 |
| | | |||||
* | | Removed echo line | beardyman | 2015-09-15 | 1 | -1/+0 |
| | | |||||
* | | Refactored to use http adapter instead of guzzle directly | beardyman | 2015-09-15 | 1 | -3/+8 |
|/ | |||||
* | added base object, test and example | mapril | 2015-08-21 | 1 | -0/+25 |
| | |||||
* | MA-1084 #time 1h Implemented better exception handling and added unit | nornholdj | 2014-11-14 | 1 | -0/+0 |
| | | | tests for said exception handling | ||||
* | MA-1084 #time 3h updated to be usable with php 5.3 | nornholdj | 2014-11-12 | 7 | -48/+48 |
| | |||||
* | fixed typo | nornholdj | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Updated SparkPost References and updated docs and mappings to reflect | nornholdj | 2014-11-10 | 7 | -18/+17 |
| | | | updated config lists. | ||||
* | MA-946 #time 20m updated test comments and updated SparkPost default | nornholdj | 2014-11-04 | 1 | -2/+0 |
| | | | hostname | ||||
* | MA-946 #time 2h updated defaults, readme documentation, and fixed | nornholdj | 2014-11-03 | 6 | -61/+59 |
| | | | formatting in examples | ||||
* | MA-946 #time 3h 30m Revamped Transmission object to be stateless, | nornholdj | 2014-10-31 | 9 | -193/+108 |
| | | | updated tests and examples. | ||||
* | MA-946 #time 10h Updated examples and tested. Updated Documentation. Setup ↵ | nornholdj | 2014-10-28 | 10 | -0/+274 |
composer inclusion testing. |