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.
2 parents bcad351 + 612cbc1 commit 00ab7b2Copy full SHA for 00ab7b2
README.markdown
@@ -45,7 +45,7 @@ var content = response.Content; // raw content as string
45
46
// or automatically deserialize result
47
// return content type is sniffed but can be explicitly set via RestClient.AddHandler();
48
-RestResponse<Person> response2 = client.Execute<Person>(request);
+IRestResponse<Person> response2 = client.Execute<Person>(request);
49
var name = response2.Data.Name;
50
51
// or download and save file to disk
0 commit comments