hubspot-net / HubSpot.NET

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

Removed double deserialize on execute #77

Closed morganlaneap closed 3 years ago

morganlaneap commented 4 years ago

Description

No reason to deserialize the response on the IRestReponse to the type of T and then return it by deserializing the content. It actually causes an issue where status code will be OK but the IsSuccessful will be false.

Purpose

Checklist

Psypher9 commented 3 years ago

Thank you for this!