prajjwaldimri / is.gd.NET

API Client Library for is.gd and v.gd targeting .NET Standard 1.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is.gd.NET

API Client Library for is.gd and v.gd

Build status NuGet GitHub issues license Contact

Installation (Using Nuget)

Install-Package is.gd

Usage

Shortening URL

string shortendUrl = @is.gd.Url.GetShortenedUrl("www.example.com");

Looking up shortened URL

string fullUrl = @is.gd.Url.LookupShortenedUrl("https://is.gd/T5132");

About

API Client Library for is.gd and v.gd targeting .NET Standard 1.1

License:MIT License


Languages

Language:C# 100.0%