freshdesk-php-sdk icon indicating copy to clipboard operation
freshdesk-php-sdk copied to clipboard

Add Guzzle option parameter into Api contructor

Open Max84 opened this issue 3 years ago • 0 comments

With this PR, we can add Guzzle option with Api constructor.

For example, in order to disable SSL checking (ok it's a bad idea, it's just a dummy example): $api = new Api(api_key, api_domain, array('verify' => false));

It is backward compatible.

Max84 avatar Nov 09 '22 08:11 Max84