Skip to content

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");
}
Clone this wiki locally