All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- nothing of note yet here
- CHANGELOG @ryanwinchester
- Two new Exception classes @ryanwinchester
- Namespace renamed from
Fungku\HubSpot
toSevenShores\Hubspot
@ryanwinchester Api
folder and namespace renamed toResources
@ryanwinchester- The factory
HubSpotService
renamed toFactory
@ryanwinchester - The named static constructors in
Factory
were changed tocreate()
andcreateWithToken()
@ryanwinchester - The
Factory
constructor was also made public @ryanwinchester - Moved functionality of
Api
intoClient
and replacedApi
withResource
@ryanwinchester Client
is now constructed with a configuration array @ryanwinchester- Removed
$base_url
in favour of putting the whole endpoint url in the resource methods. @ryanwinchester - Optional
HUBSPOT_API_KEY
environment variable changed toHUBSPOT_SECRET
@ryanwinchester - Made
$data
property ofResponse
public. Because why not? @ryanwinchester
- Trying to return a response with
RequestException
in theClient
. It now re-throws a newBadRequest
Exception. #48 @ryanwinchester