Contents
You have several options for sending requests through an API:
Developers and testers may prefer to use cURL, the command-line tool from http://curl.haxx.se/.
With cURL you can send HTTP requests and receive responses back from the command line.
If you like to use a more graphical interface, the ReST client for Firefox also works well for testing and trying out commands, see https://addons.mozilla.org/en-US/firefox/addon/restclient/.
You can also download and install rest-client, a Java application to test ReSTful web services, from http://code.google.com/p/rest-client/.

