Google URL Shortener gets an API

No Comments

With this API, developers are able to programmatically access all of the fast, sleek goo.gl goodness that we currently provide via the web interface. You can shorten and expand URLs using the API, as well as fetch your history and analytics. You could use these features for a wide variety of applications, enabling behaviors ranging from auto-shortening within Twitter or Google Buzz clients to running regular jobs that monitor your usage statistics and traffic patterns. You can check out the Google APIs console to get started.

Link: http://googlecode.blogspot.com/…

Create UML diagrams on the fly

No Comments

Create UML Diagrams on the fly using yUml’s API:

Was Created from this :

<img src=”http://yuml.me/diagram/scruffy/class/[Veign{bg:green}]->[Blog-UnhandledPerception{bg:yellow}]“/>

Link: http://yuml.me/diagram/scruffy/class/samples

Track and test REST calls with RESTClient

No Comments

RESTClient is a Java application to test RESTful webservices. It can be used to test variety of HTTP communications.

Link: http://code.google.com/p/rest-client/