-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started
jeuxjeux20 edited this page Apr 30, 2019
·
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! It' easy.
// Where client is an UrbanClient
var myDefiniton = await client.GetWordAsync("kek");