You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 101 should be request.AddParameter("foo", "bar", ParameterType.QueryString);
Not RequestType.QueryString that it was before.
It's just a typo, the AddParameter method in RestRequest does not have a "RequestType" param.
Thank you.
In some cases you might need to prevent RestSharp from encoding the query string parameter. To do so, use the `QueryStringWithoutEncode` parameter type.
0 commit comments