// Create an instance of the UrlShortener-service.var service = new UrlshortenerService(); // Make a "Shorten URL" request.string urlToShorten = "http://maps.google.com/";Url response = service.Url.Insert(new Url { LongUrl = urlToShorten }).Fetch(); // Print the shortened url.string shortUrl = response.Id;Console.WriteLine(urlToShorten + " -> " + shortUrl);
Would love a client library for C/C++
Great stuff, any chance of a NuGet distribution of this library?
you guys are doing awesome job :)
bonjour et bienvenu a toute et a tous
Love this!
Awesome trying now.
I'd like to have an Assembler lib! You know... for performance reasons :D
Would love a client library for C/C++
ReplyDeleteGreat stuff, any chance of a NuGet distribution of this library?
ReplyDeleteyou guys are doing awesome job :)
ReplyDeletebonjour et bienvenu a toute et a tous
ReplyDeleteLove this!
ReplyDeleteAwesome trying now.
ReplyDeleteI'd like to have an Assembler lib! You know... for performance reasons :D
ReplyDelete