19 Jul, 2009 in
Programming by
Roger

I’ve created a really simple library in C# for use in any .NET application to interact with the Cli.gs API.
Currently there’s only 2 methods:
1. Create – this will take a long URL and optional title to return a shortened URL.
2. Expand – this will take a full shortened URL and return the original long URL.
It’s a very simple API so it’s not that complex of a library I’ve got here. But if you’d like to save yourself some time, you can download it.
I haven’t made it available online yet, so please post a comment if you’d like to get a copy of the library.