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\HubSpottoSevenShores\Hubspot@ryanwinchester Apifolder and namespace renamed toResources@ryanwinchester- The factory
HubSpotServicerenamed toFactory@ryanwinchester - The named static constructors in
Factorywere changed tocreate()andcreateWithToken()@ryanwinchester - The
Factoryconstructor was also made public @ryanwinchester - Moved functionality of
ApiintoClientand replacedApiwithResource@ryanwinchester Clientis now constructed with a configuration array @ryanwinchester- Removed
$base_urlin favour of putting the whole endpoint url in the resource methods. @ryanwinchester - Optional
HUBSPOT_API_KEYenvironment variable changed toHUBSPOT_SECRET@ryanwinchester - Made
$dataproperty ofResponsepublic. Because why not? @ryanwinchester
- Trying to return a response with
RequestExceptionin theClient. It now re-throws a newBadRequestException. #48 @ryanwinchester