Commit e662372
authored
Update parameters.md (restsharp#1571)
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.1 parent 3dcf541 commit e662372
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
0 commit comments