hubspot-net/HubSpot.NET

Replace RestSharp with HttpClient

Opened this issue · 0 comments

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