Tags: siremi/hubspot-php
Tags
Get all deals associated with a specific client (HubSpot#83) Created the method associateWithContact to get all deals associated with a specific client VID
Get full error message (HubSpot#80) Guzzle truncates Exception->getMessage(). Use Exception->getResponse()->getBody()->getContents() to get full error message.
[FEATURE] Allow passing of request options and own error handling (Hu… …bSpot#79) With this change, it is now possible to set options to be passed with the request method on a per callee level. Each client creation is able to accept options, that will be applied to each call to any request function and be respected by Guzzle Requests. The default behaviour will be as before that change. Additionally, the exception handling and the Response wrapping into a SevenShores\Hubspot\Http\Response object can be avoided. So it is possible to care for the error handling in the own application. Again, the default behaviour remains unchanged, the response is wrapped and SevenShores\Hubspot\Exceptions are thrown.
OAuth2 support (HubSpot#69) * Add support for OAuth2 * Throw an InvalidArgument exception if the user requests oauth1 and 2.
PreviousNext