Skip to content

Clancey/Bitly-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bit.ly-sharp
===============

Usage
===============

Shorten

var api = new Bitly.Api("User name","Apikey");
var shortUtl = api.Shorten("http://www.xamarin.com");


Shorten

var api = new Bitly.Api("User name","Apikey");
var longUrl = api.Expand("http://bit.ly/mx4C2l");

About

Bit.ly rest api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages