Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Urban.Sharp

Basic c# wrapper Around UrbanDictionary API

Example

using System;
using System.Threading.Tasks;
using Urban.Sharp;
using Urban.Sharp.Response;

namespace Example
{
    class Program
    {
        static async Task Main(string[] args)
        {
             UrbanObject urban = await UrbanClient.GetDefinitionAsync("loli");
             Console.WriteLine(urban.List[0].Definition);
             await Task.Delay(-1);
        }
    }
}

About

Basic C# Wrapper For UrbanDictionary API For Kururu Bot

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages