helpscout / helpscout-api-php

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

Set the user agent header #143

Closed tompedals closed 5 years ago

tompedals commented 5 years ago

Somewhere along the way with refactoring we lost the user agent header that should be set. We still have the constant for it, but as far as I can tell it's not actually being set.

https://github.com/helpscout/helpscout-api-php/blob/master/src/Http/RestClient.php#L20