helpscout / helpscout-api-php

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

User auth example updates #237

Closed bkuhl closed 4 years ago

bkuhl commented 4 years ago

Following up on https://github.com/helpscout/helpscout-api-php/issues/236, this PR adds a Client Credentials example to the auth examples. This PR also removes configuring the SDK using an array from the docs as there's really no value added using that approach.