Skip to content

Getting started

jeuxjeux20 edited this page Feb 5, 2017 · 3 revisions

Welcome to the UrbanDictionnet wiki! (lel auto generated message)

To first use this library, you should create an instance of UrbanClient.

var client = new UrbanClient();

Want to find a definiton ? Use the GetWordAsync() function !

// Where client is an UrbanClient
var myDefiniton = await client.GetWordAsync();
Clone this wiki locally