hubspot-net / HubSpot.NET

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

Replace RestSharp with HttpClient #89

Open Psypher9 opened 3 years ago

Psypher9 commented 3 years ago

Is your feature request related to a problem? Please describe. RestSharp does not use HttpClient and does not seem to have plans for using it in the future. This reduces the platform coverage we can support as an SDK.

Describe the solution you'd like Replace RestSharp usage with an easy to use HttpClient implementation

Additional context View #88 for more information