hubspot-net / HubSpot.NET

C# .NET Wrapper around the common HubSpot APIs.
MIT License
112 stars 137 forks source link

Added better 404 (not found) handling if calling a GetByX method. #74

Closed cdmdotnet closed 4 years ago

cdmdotnet commented 4 years ago

Description

Added better 404 (not found) handling if calling a GetByX method. Returning an exception is messy handling and far from standard pattern handling, in addition to that executing a search for a single well known query is an overkill solution.

Purpose

Checklist

Psypher9 commented 4 years ago

Thank you for this contribution!