Skip to content

Examples

TheMulti0 edited this page Nov 20, 2018 · 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