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 c646c6f commit 3d06dbaCopy full SHA for 3d06dba
docs/getting-started/README.md
@@ -46,7 +46,7 @@ client.Authenticator = new HttpBasicAuthenticator("username", "password");
46
47
var request = new RestRequest("statuses/home_timeline.json", DataFormat.Json);
48
49
-var timeline = await client.Get<HomeTimeline>(request, cancellationToken);
+var timeline = await client.GetAsync<HomeTimeline>(request, cancellationToken);
50
```
51
52
## Note About Error Handling
0 commit comments