Skip to content

Releases: skarpdev/dotnetcore-hubspot-client

v0.0.4

08 Aug 13:10
Compare
Choose a tag to compare

This release adds handling of "error" responses from HubSpot, in case of 404 errors a null / default(T) entity is returned, for all other errors a HubSpotException is thrown.

v0.0.3

08 Aug 13:13
Compare
Choose a tag to compare

This release adds dotnet 4.6 support.

v0.0.2

08 Aug 13:12
Compare
Choose a tag to compare

This release simplifies (and breaks) one of the constructors for the HubSpotContactClient - now you only need to provide your apiKey

v0.0.1

08 Aug 13:11
Compare
Choose a tag to compare

First public release. This release has partial support for the Contacts API at HubSpot and create support for the Companies API.

Custom DTO's are supported, check the readme.