summaryrefslogtreecommitdiffstats
path: root/lib/SparkPost/APIResource.php
Commit message (Collapse)AuthorAgeFilesLines
* FAD-3148 added custom promise class and custom response class. Did good ↵Avi Goldman2016-06-101-265/+0
| | | | things to SparkPost class
* Add php-cs-fixer as composer script and make initial fix-style runJason Rhodes2016-05-031-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 dataRichard Leland2016-05-031-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-58Jordan Nornhold2016-05-021-1/+9
|\ | | | | Message Events
| * Add explanation to APIResource query param implodingJames Fellows2016-04-241-0/+1
| |
| * Message Event mocked tests passJames Fellows2016-04-031-6/+8
| |
| * Initial commit adding MessageEvent supportJames Fellows2016-03-311-0/+5
| |
* | Improve Exception message on 403 response (#71)James Fellows2016-04-191-0/+3
|/ | | Fixes #70.
* Improve APIResponseException classJakub Piasecki2016-03-081-6/+14
|
* removed test, because it's not needed after added strong-typing to the ↵danil zakablukovskii2016-02-281-57/+47
| | | | 'setHttpAdapter' method
* clean lib codedanil zakablukovskii2016-02-271-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 spacesJordan Nornhold2016-02-251-2/+2
|
* added logic to handle error responsesbeardyman2016-02-231-12/+19
|
* removed unhittable code and removed a unit test for it. Updated code ↵beardyman2015-10-071-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 quotesbeardyman2015-10-031-134/+134
|
* Removed all tabs and replaced them with two spacesbeardyman2015-10-021-1/+1
|
* Updated tests for new structurebeardyman2015-09-301-0/+5
|
* moved config setup and management back into the sparkpost objectbeardyman2015-09-281-103/+5
|
* Finished tests and docsbeardyman2015-09-251-15/+34
|
* started cleaning up tests to reflect the new changesbeardyman2015-09-221-22/+0
|
* Removed most static methods and adopted an instance based implementation. ↵beardyman2015-09-171-39/+179
| | | | Updated all examples and compatibility later to reflect these changes.
* finished code updates/refactoring updated examples and began refactoring testsbeardyman2015-09-161-20/+23
|
* Refactored to use http adapter instead of guzzle directlybeardyman2015-09-151-104/+55
|
* added base object, test and examplemapril2015-08-211-0/+216