hubspot-net / HubSpot.NET

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

Remove Flurl Dependency #92

Closed Psypher9 closed 4 years ago

Psypher9 commented 4 years ago

Describe the solution you'd like We should not need to use an external library to have HubSpot.NET know how to handle URIs

Additional context For some examples of where we're using it, look at all of the Api classes. Here's the HubSpotContactApi for example

This should go hand in hand with #91