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 6091d72 commit cafa8ceCopy full SHA for cafa8ce
docs/v107/README.md
@@ -70,7 +70,7 @@ var response = await client.PostAsync<MyResponse>(request, cancellationToken);
70
71
All the synchronous methods are gone. If you absolutely must call without using `async` and `await`, use `GetAwaiter().GetResult()` blocking call.
72
73
-The `IRestResponse` interface is deprecated. You get an instance of `RestRequest` or `RestRequest<T>` in return.
+The `IRestResponse` interface is deprecated. You get an instance of `RestResponse` or `RestResponse<T>` in return.
74
75
You can also use a simplified API for making POST and PUT requests:
76
0 commit comments