hubspot-net / HubSpot.NET

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

Removal of flurl broke everything. Bad query strings. #106

Open jbeacham opened 3 years ago

jbeacham commented 3 years ago

It looks like the last PR to remove flurl removed all of the "&" signs in the query string. For example

path += $"{QueryParams}=..."

That has to have a ? or & before it to work correctly. How is this working for anyone?