helpscout / helpscout-api-php

PHP Wrapper for the Help Scout API
MIT License
98 stars 62 forks source link

Rename UserFilter object methods #225

Closed anthonyterrell closed 4 years ago

anthonyterrell commented 4 years ago

Relates to #208

To reduce confusion when using a UserFilter object some methods have been changed. This is a breaking change targeting version 3. All usages and tests have been updated.

Changes

  1. withEmail => byEmail
  2. withMailbox => inMailbox

~To be merged in after #224~