-
Notifications
You must be signed in to change notification settings - Fork 1
Examples
TheMulti0 edited this page Jun 13, 2019
·
4 revisions
This page will be showing usage examples of the API.
For simple instant answers, you can do the following:
InstantAnswer answer;
using (DuckSharpClient client = new DuckSharpClient("DuckSharpWiki")
{
answer = client.GetInstantAnswerAsync("Apple");
}