Skip to content

2.0.0

Compare
Choose a tag to compare
@richleland richleland released this 24 Jun 20:03
· 97 commits to master since this release

This major release included a complete refactor of the library to be a thin HTTP client layer with some sugar methods on the Transmission class. There is now a base resource that can be used to call any SparkPost API with a one to one mapping of payload parameters to what is listed in our API documentation.

Changed

  • #123 Rewrote docs and updated composer name
  • #122 Add transmission class and examples
  • #121 Update base resource and tests