summaryrefslogtreecommitdiffstats
path: root/lib/SparkPost/APIResource.php
Commit message (Expand)AuthorAgeFilesLines
* FAD-3148 added custom promise class and custom response class. Did good thing...Avi Goldman2016-06-101-265/+0
* Add php-cs-fixer as composer script and make initial fix-style runJason Rhodes2016-05-031-219/+243
* Return extended exception dataRichard Leland2016-05-031-2/+9
* Merge pull request #69 from j4m3s/ISSUE-58Jordan Nornhold2016-05-021-1/+9
|\
| * 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
|/
* Improve APIResponseException classJakub Piasecki2016-03-081-6/+14
* removed test, because it's not needed after added strong-typing to the 'setHt...danil zakablukovskii2016-02-281-57/+47
* clean lib codedanil zakablukovskii2016-02-271-71/+79
* 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 coverag...beardyman2015-10-071-5/+1
* 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. Up...beardyman2015-09-171-39/+179
* 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