Open jbeacham opened 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?
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?