Skip to content

sonnd9x/Bitly.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitly.Net

Bitly API v4 .Net - Shorten URL Bit.ly

#Usage

var bitly = new BitlyAPI("YOUR-ACCESS-TOKEN");
string shortURL = await bitly.ShortenAsync(longURL); //Asynchornous
string shortURL2 = bitly.Shorten(longURL); //Synchronous

About

Bitly API v4 .Net - Shorten url Bitly

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages