We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9aaf8e commit 73f2c05Copy full SHA for 73f2c05
src/RestSharp/Parameter.cs
@@ -24,7 +24,6 @@ namespace RestSharp {
24
/// <summary>
25
/// Parameter container for REST requests
26
/// </summary>
27
- [Obsolete("Use Add[XXX]Parameter methods of IRestRequest instead of instantiating the Parameter class.")]
28
public class Parameter : IEquatable<Parameter> {
29
public Parameter(string name, object? value, ParameterType type, bool encode = true) {
30
if (type != ParameterType.RequestBody)
0 commit comments