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 c372cd2 commit 5e4a65bCopy full SHA for 5e4a65b
README.md
@@ -76,7 +76,7 @@ class Program
76
var manager = new RedmineManager(options);
77
78
// Retrieve an issue asynchronously
79
- var issue = await manager.GetObjectAsync<Issue>(12345);
+ var issue = await manager.GetAsync<Issue>(12345);
80
Console.WriteLine($"Issue subject: {issue.Subject}");
81
}
82
0 commit comments