Skip to content

v0.3.0: Custom clients (#3)

Compare
Choose a tag to compare
@gmponos gmponos released this 26 Jun 17:53
· 56 commits to master since this release
a8d986f

Added

  • Added custom clients that implement the interface Webthink\MonologSlack\Utility\ClientInterface in order to communicate
    with slack.
  • [BC] Change the constructor of SlackWebhooHandler to accept a Webthink\MonologSlack\Utility\ClientInterface instead of
    a guzzle client. If null is passed a Webthink\MonologSlack\Utility\GuzzleClient is initialized.