APEye is a jQuery widget for issuing HTTP requests, designed to help document and test APIs. With a few lines of Javascript, you can let users experiment with your API without leaving the documentation. Unlike hurl and apigee, requests are handled entirely by the client -- no server-side proxy is needed.
Homepage: http://www.apeye.org/
- Tested in Firefox 17+, Chrome 20+, and IE 9
- Supports SOAP 1.1, SOAP 1.2, XML-RPC, and JSON-RPC 2.0
- Powered by CodeMirror, with automatic syntax highlighing and pretty-printing
- Circumvents the same-origin policy for subdomains
- Can generate permanent links to snapshot a request and response
- Autocompletion support for method names and URLs